From 9d883a1bc11c19d32d0b0bccf0a216d05750b7a9 Mon Sep 17 00:00:00 2001 From: "eric.boise" Date: Tue, 28 Sep 2021 16:16:49 -0700 Subject: [PATCH] [UPDATE] [-] Update docker version --- Docker/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Docker/README.md b/Docker/README.md index 444a682a2..f8f8c3ddc 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -26,12 +26,11 @@ $ docker build --pull --no-cache [--build-arg simulator_version=|simula ## Launch the container image -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). +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). 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: ```shell -# Replace "--gpus=all" with "--runtime=nvidia" if you are using Docker < v19.03 or have `nvidia-docker` installed instead of the NVIDIA Container Toolkit. $ docker run -ti \ --gpus=all \ --net=host \