We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fa229 commit f7a4dafCopy full SHA for f7a4daf
‎docs/config/index.md‎
@@ -8,7 +8,7 @@ layout: doc
8
9
| Name | Version | Installation Method | Location | Uninstall Method |
10
| -------------------------------- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
11
-| Nvidia driver (root + container) | 550.78 | [Run file](https://us.download.nvidia.com/XFree86/Linux-x86_64/550.78/NVIDIA-Linux-x86_64-550.78.run), with Vulkan support, DKMS for root, no-kernel for container | Devices mount rule: `/etc/udev/rules.d/70-nvidia.rules`, <br />Module loaded on boot: `/etc/modules-load.d/modules.conf` | (not recommended)<br /> `driver.run --uninstall` |
+| Nvidia driver (root + container) | 580.95.05 | [Run file](https://us.download.nvidia.com/XFree86/Linux-x86_64/580.95.05/NVIDIA-Linux-x86_64-580.95.05.run), with Vulkan support, DKMS for root, no-kernel for container | Devices mount rule: `/etc/udev/rules.d/70-nvidia.rules`, <br />Module loaded on boot: `/etc/modules-load.d/modules.conf` | (not recommended)<br /> `driver.run --uninstall` |
12
| CUDA | 11.8.0 | [Run file](https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run) | `/usr/local/cuda/` → `/usr/local/cuda-11.8` | (not recommended)<br />`/usr/local/cuda/bin/cuda-uninstaller` |
13
| CUDNN | 8.6.0.163 | Local Debian Package (Require Nvidia account) | DyLib: `/usr/lib/x86_64-linux-gnu/libcudnn*`<br />Header: `/usr/include/cudnn*` | `dpkg -r` |
14
| TensorRT | 8.5.3.1 | Uncompress TAR (Require Nvidia account) | Dylib: `/usr/lib/x86_64-linux-gnu/libfakeroot/libnvinfer*`<br />Header: `/usr/include/cuda/NvInfer*` | Manual deletion |
0 commit comments