Please use the latest edition: https://hub.docker.com/r/geezlab/gpu-deep-learning-notebook
10K+
Please use: geezlab/gpu-deep-learning-notebook
This will take a while depending on your internet connection.
docker pull geezlab/cuda-tensorflow-pytorch-notebook
Create an ephemeral container named dl-app, which will mount your current working directory to ~/dev within the container. Note that this container will be destroyed once Jupyter is stopped if you don't like this approach replace --rm with -d in the following command.
docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes --runtime="nvidia" -v "$PWD":/home/geez/dev --name dl-app cuda-tensorflow-pytorch-notebook:latest
This will print a full URL with token that can be use to browse Jupyter.
`http://<host-ip>:10000/?token=<token>`
Happy Coding!
Content type
Image
Digest
Size
3 GB
Last updated
almost 8 years ago
docker pull geezlab/cuda-tensorflow-pytorch-notebook