Skip to content

imjoseangel/docker-data-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python 3.6 Data Science Docker Container

This is fully ready Docker container with:

  • NumPy
  • Pandas
  • Sklearn
  • Matplotlib
  • Seaborn
  • pyyaml
  • h5py
  • Jupyter
  • Tensorflow
  • Keras
  • OpenCV 3

It runs on top of Ubuntu 18.04 Docker container (Dockerfile)

Running container

Use notebooks forlder to store Jupyter Notebooks:

mkdir notebooks

Run Docker container with the following command:

docker run -it -p 8888:8888 -p 6006:6006 -d -v $(pwd)/notebooks:/notebooks --name datascience imjoseangel/datascience

Parameters:

  • -p 8888:8888 to export Jupyter Web interface
  • -p 6006:6006 to export TensorflowDashboard Web interface
  • -d to run Docker container in background
  • -v notebooks:/notebooks to mount just created notebooks folder Docker inside container
    • --name datascience to name your Docker container as datascience

About

Docker container for Python 3.6 Data Science

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages