Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backendtea/docker-ds-demo
https://github.com/backendtea/docker-ds-demo
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/docker-ds-demo
- Owner: BackEndTea
- Created: 2018-05-21T20:54:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T20:56:30.000Z (over 6 years ago)
- Last Synced: 2024-11-24T19:41:37.570Z (about 2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker for data science
Pip example:
```bash
$ docker build -t data-science-pip .
$ docker run -t --rm -v $PWD:/src -w /src data-science-pip bash
```