Sign inSign up

frankhinek/datascience

By frankhinek

•Updated over 8 years ago

Container for data science projects.

Image
0

154

frankhinek/datascience repository overview

⁠Using the Data Science Container

This directory contains a Dockerfile to build an image that can be used for general data science experiments and projects.

⁠Which containers exist?

Currently I maintain a single data science Docker container image:

  • frankhinek/datascience - Miniconda, Python 3.6, and a collection of common packages

This container is published to Docker Hub⁠.

⁠Running the container

Run the container using

$ docker run -it frankhinek/datascience

⁠Rebuilding the container

Just pick the Dockerfile associated with this container, and run:

$ docker build --pull -t $USER/datascience -f Dockerfile .

Tag summary

Content type

Image

Digest

Size

322.3 MB

Last updated

over 8 years ago

docker pull frankhinek/datascience