Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created October 30, 2019 13:36
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 mikaelhg/c7c52f7dc2e1a927c562ee5ff3798ff4 to your computer and use it in GitHub Desktop.
Save mikaelhg/c7c52f7dc2e1a927c562ee5ff3798ff4 to your computer and use it in GitHub Desktop.
Docker NVidia Tensorflow shm settings
docker run --gpus all -it --rm --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/tensorflow:19.10-py3 nvidia-smi
@mikaelhg
Copy link
Author

@tverwijnen check this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment