aws-deepracer-community / deepracer-for-cloud

Creates an AWS DeepRacing training environment which can be deployed in the cloud, or locally on Ubuntu Linux, Windows or Mac.
MIT No Attribution
331 stars 179 forks source link

CUDA Key Rotation Happened on April 28 2022 Causes Nvidia Docker Download Failure #90

Closed vertise827 closed 2 years ago

vertise827 commented 2 years ago

There was a key rotation happening on NVIDIA side on April 28th as announced here: https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212771

Due to the apt key rotation, bin/prepare.sh fails with this error:

GPG error: http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F60F4B3D7FA2AF80

Proposed solution: Add below command after line 67 here : https://github.com/aws-deepracer-community/deepracer-for-cloud/blob/master/bin/prepare.sh#L66

apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub

pensacola1027 commented 2 years ago

+1

ykzeng commented 2 years ago

+1

SunnyYangData commented 2 years ago

+1

dbspace commented 2 years ago

+1