From 631eaa52c473153f13836e4da635f2d31cc97000 Mon Sep 17 00:00:00 2001 From: Siavash Ameli Date: Sat, 11 May 2024 16:10:25 -0700 Subject: [PATCH] readme3 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cbdd256..8c0c60e 100644 --- a/README.rst +++ b/README.rst @@ -209,7 +209,7 @@ To resolve this, try clearing the GitHub's runner cache before executing the doc Driver Conflict --------------- -If you run the container with ``--gpus all`` to access the `host's GPU `_, conflicts may arise if you also :ref:`install an NVIDIA driver ` within the container. This typically does not cause problems until you attempt to use the driver, such as by commands like ``nvidia-smi`` inside the container, which can lead to errors due to driver conflicts. To resolve this, ensure you use only one driver source. You can either rely solely on the host's driver by not installing a separate driver in the container, or refrain from using the host's GPU if you intend to install a driver in the container. +If you run the container with ``--gpus all`` to access the `host's GPU `_, conflicts may arise if you also `install an NVIDIA driver `_ within the container. This typically does not cause problems until you attempt to use the driver, such as by commands like ``nvidia-smi`` inside the container, which can lead to errors due to driver conflicts. To resolve this, ensure you use only one driver source. You can either rely solely on the host's driver by not installing a separate driver in the container, or refrain from using the host's GPU if you intend to install a driver in the container. Other CUDA Versions ===================