Skip to content

Commit 9d883a1

Browse files
EricBoiseLGSVLlokesku
authored andcommitted
[UPDATE] [-] Update docker version
1 parent 19fa137 commit 9d883a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Docker/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ $ docker build --pull --no-cache [--build-arg simulator_version=<VERSION>|simula
2626
2727
## Launch the container image
2828
29-
Make sure you have installed Docker (19.03 or later preferred) and the [**NVIDIA Container Toolkit**](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html).
29+
Docker v20.10 or later must be installed on Linux and the [**NVIDIA Container Toolkit**](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit).
3030
3131
To run the simulator using the host's X Server, first run the simulator outside of the container, link it to the cloud, and exit. Then use the following command:
3232
3333
```shell
34-
# Replace "--gpus=all" with "--runtime=nvidia" if you are using Docker < v19.03 or have `nvidia-docker` installed instead of the NVIDIA Container Toolkit.
3534
$ docker run -ti \
3635
--gpus=all \
3736
--net=host \

0 commit comments

Comments
 (0)