- OS: Ubuntu 22.04.3 LTS
- GPU: RTX3090
- Nvidia driver: 535.86.05
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.86.05 Driver Version: 535.86.05 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
I have followed the instructions to install CUDA 12.0, but it always fails at the end with the following error:
Errors were encountered while processing:
nvidia-dkms-525
cuda-drivers-525
nvidia-driver-525
cuda-drivers
cuda-runtime-12-0
cuda-12-0
cuda-demo-suite-12-0
cuda
I reinstall Ubuntu everytime to avoid compatibility issues. I believe that the problem has to do with the driver, because the instructions linked requires nvidia-driver-525, while my driver is 535.86.05
. What is the best option to install CUDA 12.0 with my current setup? Thank you
.run
file installs and not the.deb
ones. – Terrance Sep 01 '23 at 13:24