https://github.com/rob-luke/data-science-stack
Customised docker image for data science
https://github.com/rob-luke/data-science-stack
Last synced: about 2 months ago
JSON representation
Customised docker image for data science
- Host: GitHub
- URL: https://github.com/rob-luke/data-science-stack
- Owner: rob-luke
- Created: 2017-06-18T02:23:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T03:23:33.000Z (about 6 years ago)
- Last Synced: 2025-02-10T12:12:17.320Z (4 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-science-stack
Customised docker image for data science based on [Opinionated stacks: data science notebook](https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook).An automated build can be found on [docker hub](https://hub.docker.com/r/codles/data-science-stack/)
## Run
`docker run -it --rm -p 8888:8888 codles/data-science-stack`
or
`docker run -it -v $HOME:/home/jovyan/mirrored --rm -p 8888:8888 codles/data-science-stack start.sh jupyter lab`