Last active
April 26, 2019 16:31
-
-
Save benman1/15f614fbce3262e3dfae3b3ff1ae82f8 to your computer and use it in GitHub Desktop.
run tensorflow jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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