-
Notifications
You must be signed in to change notification settings - Fork 2k
centos7 broken dependencies with 3:18.09 #860
Comments
I think you are using stale repository data because of this error:
We updated our public key, so you need to update, see the instructions here in "Updating repository keys": |
I followed the instructions at https://nvidia.github.io/nvidia-docker/ however
|
Oh, ok, that's painful but it looks like you need to run the |
Removed the keys and was able to install. However, I have another error. Let me see if there is an issue that covers my new problem. Thanks for the help. |
I got a error this page https://nvidia.github.io/nvidia-docker/ to update gpg key as centos7 $ DIST=$(sed -n 's/releasever=//p' /etc/yum.conf)
$ DIST=${DIST:-$(. /etc/os-release; echo $VERSION_ID)}
$ sudo rpm -e gpg-pubkey-f796ecb0
$ sudo gpg --homedir /var/lib/yum/repos/$(uname -m)/$DIST/*/gpgdir --delete-key f796ecb0
$ sudo gpg --homedir /var/lib/yum/repos/$(uname -m)/latest/nvidia-docker/gpgdir --delete-key f796ecb0
$ sudo gpg --homedir /var/lib/yum/repos/$(uname -m)/latest/nvidia-container-runtime/gpgdir --delete-key f796ecb0
$ sudo gpg --homedir /var/lib/yum/repos/$(uname -m)/latest/libnvidia-container/gpgdir --delete-key f796ecb0
$ sudo yum update the error like |
The text was updated successfully, but these errors were encountered: