Created
October 30, 2019 13:36
-
-
Save mikaelhg/c7c52f7dc2e1a927c562ee5ff3798ff4 to your computer and use it in GitHub Desktop.
Docker NVidia Tensorflow shm settings
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 run --gpus all -it --rm --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/tensorflow:19.10-py3 nvidia-smi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tverwijnen check this out.