Skip to content

FabianGroeger96/docker-deep-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

docker-deep-learning

A Docker Image for Deep Learning with Python 3

Start the container

docker run -it --name python-deep-learning -v $(PWD):/home/notebooks -p 8888:8888 -p 5001:6006 -d --rm python-deep-learning
  • Port 8888: used for jupyter notebook
  • Port 5001: user for tensorboard

Connect to bash on container

docker exec -it python-deep-learning /bin/bash

Open Jupyter Notebook

Open this link localhost:8888 in your browser and start working on your notebook.

Stop the container

docker stop python-deep-learning

About

A Docker Image for Deep Learning with Python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published