Skip to content

Commit c6b10f4

Browse files
committed
Update Nvidia docker readme
1 parent 973fde1 commit c6b10f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker run -it floopcz/tensorflow_cc:ubuntu /bin/bash
1717

1818
If you also want to utilize your NVIDIA GPU, install [NVIDIA Docker](https://github.com/NVIDIA/nvidia-docker) and run:
1919
```bash
20-
docker run --runtime=nvidia -it floopcz/tensorflow_cc:ubuntu-cuda /bin/bash
20+
docker run --gpus all -it floopcz/tensorflow_cc:ubuntu-cuda /bin/bash
2121
```
2222

2323
The list of available images:

0 commit comments

Comments
 (0)