We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973fde1 commit c6b10f4Copy full SHA for c6b10f4
README.md
@@ -17,7 +17,7 @@ docker run -it floopcz/tensorflow_cc:ubuntu /bin/bash
17
18
If you also want to utilize your NVIDIA GPU, install [NVIDIA Docker](https://github.com/NVIDIA/nvidia-docker) and run:
19
```bash
20
-docker run --runtime=nvidia -it floopcz/tensorflow_cc:ubuntu-cuda /bin/bash
+docker run --gpus all -it floopcz/tensorflow_cc:ubuntu-cuda /bin/bash
21
```
22
23
The list of available images:
0 commit comments