Last active
July 15, 2019 00:36
-
-
Save marciopuga/633ac2b39214bd6faff2ce0b6a0693a9 to your computer and use it in GitHub Desktop.
Test if Tensorflow inside a docker container can see nvidia-driver installed in the host
This file contains 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 --runtime=nvidia -it --rm tensorflow/tensorflow:latest-gpu-py3 nvidia-smi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment