Sign inSign up

petronetto/docker-python-deep-learning

By petronetto

Updated over 6 years ago

A container for Deep Learning with Python 3

Image
12

10K+

petronetto/docker-python-deep-learning repository overview

GitHub issues GitHub license Twitter CircleCI

What is include

  • Python 3.5
  • NumPy
  • Pandas
  • SciPy
  • Scikit-learn
  • Matplotlib
  • Seaborn
  • XGBoost
  • TensorFlow
  • Keras
  • PyTorch
  • Torch Vision
  • Jupyter Notebook

Running the container

docker run -it --name deep-learning \
           -v $(PWD):/home/notebooks \
           -p 8888:8888 -d \
           petronetto/docker-python-deep-learning

Enjoy :)

License: BSD 3-Clause

Tag summary

Content type

Image

Digest

Size

569.5 MB

Last updated

over 7 years ago

docker pull petronetto/docker-python-deep-learning