Container for data science projects.
154
This directory contains a Dockerfile to build an image that can be used for
general data science experiments and projects.
Currently I maintain a single data science Docker container image:
frankhinek/datascience - Miniconda, Python 3.6, and a collection of common packagesThis container is published to Docker Hub.
Run the container using
$ docker run -it frankhinek/datascience
Just pick the Dockerfile associated with this container, and run:
$ docker build --pull -t $USER/datascience -f Dockerfile .
Content type
Image
Digest
Size
322.3 MB
Last updated
over 8 years ago
docker pull frankhinek/datascience