GoogleCloudPlatform / compute-gpu-installation

Apache License 2.0
77 stars 35 forks source link

Wrong public key when accessing nvidia cuda repo #41

Closed SaschaSchuenemann closed 2 months ago

SaschaSchuenemann commented 2 months ago

Describe the bug The startup script fails due to wrong public key:

W: GPG error: http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC E: The repository 'http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease' is not signed.

Environment

To Reproduce Simply running the startup script within my compute engine VM throws this error.

m-strzelczyk commented 2 months ago

Can you share more info about the system you're running? I just tried the default Debian 12 on GCP and it worked fine.

And to be sure, are you using the PYZ installer or the previous [install_gpu_driver.py](https://github.com/GoogleCloudPlatform/compute-gpu-installation/blob/main/linux/install_gpu_driver.py) one?

m-strzelczyk commented 2 months ago

Closing due to lack of reply.