https://github.com/backendtea/docker-ds-demo
https://github.com/backendtea/docker-ds-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/docker-ds-demo
- Owner: BackEndTea
- Created: 2018-05-21T20:54:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T20:56:30.000Z (about 8 years ago)
- Last Synced: 2025-05-16T14:11:59.764Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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
```