FabianGroeger96 / docker-deep-learning

A Docker Image for Deep Learning with Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dockerfile 100.0%