osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
559 stars 73 forks source link

CUDA new key as of Apr 27 #178

Closed mabelzhang closed 2 years ago

mabelzhang commented 2 years ago

Cause: https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772 "NVIDIA is updating and rotating the signing keys used by apt, dnf/yum, and zypper package managers beginning April 27, 2022. Failure to update your repository signing keys will result in package management errors when attempting to access or install packages from CUDA repositories."

This affects the --cuda-dev flag to rocker:

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

Original issue encountered here https://github.com/Field-Robotics-Lab/dockwater/issues/24

tfoote commented 2 years ago

This is fixed in both the cuda branch in #126 and #156