From 7b26719c38b1bae6571a54c544e977b8edbff21b Mon Sep 17 00:00:00 2001 From: Naren Dasan <1790613+narendasan@users.noreply.github.com> Date: Fri, 16 Jan 2026 14:14:08 -0700 Subject: [PATCH] Revert "Add venv install & cuda driver info to documentation (#4016)" This reverts commit ed0356f1cbaddd2698dc53d422e7493af4676cdb. --- docsrc/getting_started/tensorrt_rtx.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docsrc/getting_started/tensorrt_rtx.rst b/docsrc/getting_started/tensorrt_rtx.rst index f5800e3397..380b87cc19 100644 --- a/docsrc/getting_started/tensorrt_rtx.rst +++ b/docsrc/getting_started/tensorrt_rtx.rst @@ -53,8 +53,7 @@ Install Python development headers (required for building Python extensions): Install CUDA Toolkit ~~~~~~~~~~~~~~~~~~~~ -Download and install the CUDA Toolkit from the `NVIDIA Developer website `_. Also download the Nvidia driver if necessary. -_Note: If you are on Windows, but in Linux via WSL, you do not need to install drivers in Linux. WSL will automatically use the drivers installed in Windows._ +Download and install the CUDA Toolkit from the `NVIDIA Developer website `_. **Important:** Check the required CUDA version in the `MODULE.bazel `_ file. You must install the exact CUDA toolkit version specified there (for example, at the time of writing, CUDA 13.0 is required). @@ -72,9 +71,6 @@ Install Python Dependencies .. code-block:: sh - # Install venv - apt install python3.12-venv - # Create a virtual environment python -m venv .venv