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