Skip to content

examples of how to use docker to build a container for developing data science in

Notifications You must be signed in to change notification settings

micintron/Docker_DataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of a docker data science work environment -

contents -
Currently pulls all data from 
https://hub.docker.com/r/jupyter/datascience-notebook/


This holds Jupiter notebook , python 3 and many library built in such libs
Such as scikit learn  

Run guide 
First open the terminal at location folder containing the docker file

Run 
Docker build -t ds.

This will build a docker container named ds that you can run 

Finally run the container with the command 
docker run -it -p 8888:8888 ds

To create a volume where data will be stored 
docker volume create dsv

To attach a volume with data to the image 
run --name Test -v dsv/_data  -p 8888:8888  ds


About

examples of how to use docker to build a container for developing data science in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published