Skip to content

Instantly share code, notes, and snippets.

@benman1
Last active April 26, 2019 16:31
Show Gist options
  • Save benman1/15f614fbce3262e3dfae3b3ff1ae82f8 to your computer and use it in GitHub Desktop.
Save benman1/15f614fbce3262e3dfae3b3ff1ae82f8 to your computer and use it in GitHub Desktop.
run tensorflow jupyter
docker pull tensorflow/tensorflow:1.13.1-gpu-py3-jupyter # or find one here: https://hub.docker.com/r/tensorflow/tensorflow/tags
docker run --runtime=nvidia --name jupyter_ben -d -v /bigusers/ben_again:/home/ben -v /catwalk:/catwalk -v /bigusers/ben:/ben -v /vX:/vX -v /u02/bigdata:/u02 -p 5051:8888 tensorflow/tensorflow:1.13.1-gpu-py3-jupyter
docker logs jupyter_ben # to see the token for identification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment