Skip to content

Instantly share code, notes, and snippets.

@uzl
Last active March 15, 2019 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzl/6c0a1b26c12def135f320258f4857772 to your computer and use it in GitHub Desktop.
Save uzl/6c0a1b26c12def135f320258f4857772 to your computer and use it in GitHub Desktop.
Docker run command for tensorflow
docker run --runtime=nvidia -it \
  -v /home/uzzal/tmp_data:/tmp \
  -v /share/personal/uzzal:/home  \
  -w /tmp \
  -p 8998:8888 \
  -p 5008:5000   \
  tensorflow/tensorflow:latest-gpu-py3 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment