Notice: CUDA Linux Repository Key Rotation

in the above replace $distro/$arch section , why is there “ubuntu2004/x86_64” ?

@thaha1 I think you mean why is there “ubuntu2204/x86_64”? Good point, in our CUDA 11.7 release coming out next week we will support it and that repo will be live, but it’s not supported for 11.6 and earlier.

My copy/paste error got it onto the list a little bit early, apologies for that.

1 Like

Hi @roarmstrong ,

Can you check on the Machine Learning repo as well. It’s key is also rotated but it don’t have new key on the repo

Hi @nguyenductin
We did not update the signing key (7fa2af80) for the Machine Learning repositories. Please consider installing a newer version of cuDNN, NCCL, and/or TensorRT products, which are available in the CUDA repositories.

1 Like

🙂

@AHMED-BAKIR

it seems to work for me.
thanks

hello @roarmstrong ,

I have the same issue running on Jetson AGX ORIN using this tutorial here from NVIDIA and I could not resolve the problem I tried a lot of threadds and topics here and on github nothing worked for me.

here is my log below

in my case:

  • $distro == ubuntu2004
  • $arch == sbsa

Thank you in advance,

Harry

I have started to get similar error again over the last two days but one associated with the hpc-sdk:

W: GPG error: https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F338EA0E0105AB24

I have tried all the solutions prescribed here but nothing works. When I manually try and install the key: it gives me this error:

______@linux-machine:~$ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$distro/$arch/F338EA0E0105AB24.pub
Executing: /tmp/apt-key-gpghome.czHQoeeMFn/gpg.1.sh --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos///F338EA0E0105AB24.pub
gpg: requesting key from ‘https://developer.download.nvidia.com/compute/cuda/repos///F338EA0E0105AB24.pub
gpg: WARNING: unable to fetch URI https://developer.download.nvidia.com/compute/cuda/repos///F338EA0E0105AB24.pub: No data

I don’t think this is an HPC SDK error but I will send you email and will try to work with you to find a solution. CUDA also does not appear to have a key named F338EA0E0105AB24.pub.

Have you found the solution to NO_PUBKEY F338EA0E0105AB24 above? I have the same exact issue showing up for HPC_SDK

Err:6 Index of /hpc-sdk/ubuntu/amd64 InRelease
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F338EA0E0105AB24
Reading package lists… Done
W: GPG error: Index of /hpc-sdk/ubuntu/amd64 InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F338EA0E0105AB24
E: The repository ‘Index of /hpc-sdk/ubuntu/amd64 InRelease’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

F338EA0E0105AB24 is an unknown key. I would recommend removing it from your system.

Run these commands again to install the HPC SDK keys:
curl https://developer.download.nvidia.com/hpc-sdk/ubuntu/DEB-GPG-KEY-NVIDIA-HPC-SDK | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg
$ echo ‘deb [signed-by=/usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg] Index of /hpc-sdk/ubuntu/amd64 /’ | sudo tee /etc/apt/sources.list.d/nvhpc.list

and then try your install again.