

If you build Docker containers using these images as a base and update the package manager or install additional NVIDIA packages as part of your Dockerfile, these commands may fail as they would on a non-container system. $ sudo zypper addrepo $distro/$arch/cuda-$distro.repo Working with containersĬUDA applications built using older NGC base containers may contain outdated repository keys. OpenSUSE and SLES $ sudo zypper removerepo cuda-$distro-$arch RHEL 7 $ sudo yum-config-manager -add-repo $arch/cuda-rhel7.repo Accept the change when prompted.įor upgrades on RPM-based distros including Fedora, RHEL, and SUSE, you must also run the following command.įedora and RHEL 8 $ sudo dnf config-manager -add-repo $distro/$arch/cuda-$distro.repo On a fresh installation, Fedora, RHEL, openSUSE, or SLES as dnf/yum/zypper prompt you to accept new keys when the repository signing key changes. If you can’t install the cuda-keyring package, you can install the new signing key manually (not the recommended method).ĭebian, Ubuntu, WSL $ sudo apt-key adv -fetch-keys $distro/$arch/3bf863cc.pub RPM distros $ sudo dpkg -i cuda-keyring_1.0-1_all.deb Alternate method: Manually install the new signing key Replace $distro/$arch in the following commands with values appropriate for your OS for example:ĭebian, Ubuntu, WSL $ wget $distro/$arch/cuda-keyring_1.0-1_all.deb

CONFLICTING URI TEMPLATES MANUAL
To avoid the need for manual key installation steps, NVIDIA is providing a new helper package to automate the installation of new signing keys for NVIDIA repositories. Remove the outdated signing keyĭebian, Ubuntu, WSL $ sudo apt-key del 7fa2af80įedora, RHEL, openSUSE, SLES $ sudo rpm -erase gpg-pubkey-7fa2af80* Install the new keyįor Debian-based distributions, including Ubuntu, you must also install the new package or manually install the new signing key. To ensure continued access to the latest NVIDIA software, complete the following steps. If you don’t update your repository signing keys, expect package management errors when attempting to access or install packages from CUDA repositories. To best ensure the security and reliability of our RPM and Debian package repositories, NVIDIA is updating and rotating the signing keys used by the apt, dnf/yum, and zypper package managers beginning April 27, 2022.
