Trying to update to CUDA 11.8 on Nvidia Xavier Dev Board

Hello

On Xavier Dev Board with Jetpack 5.1.2 we try to update the cuda version from 11.4 to 11.8.
To do so we use the script in CUDA Toolkit 11.8 Downloads | NVIDIA Developer

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/arm64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda

Eventhough we intend to update to CUDA 11.8 it updates to CUDA 12.2.
How can we update to CUDA 11.8?

Hi,
Please pick deb(local) and it shall install specific version:

1 Like

Thank you for your answer.

For Xavier Dev Board, CUDA 11.4 with Jetpack 5.1.2 can be updated to CUDA 11.8 with the link you pointed out.
It does not force CUDA 12.2 update like the deb(network) link.

Hi,
It is expected behavior. The deb(network) picks the latest version and dev(local) is fixed to specific version.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.