_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._
_Also, before reporting a new issue, please make sure that:_
I receive a KEYEXPIRED error on apt update. Running Ubuntu 16.04.1
Relevant error messages:
Err:15 https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 InRelease
The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
Err:16 https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64 InRelease
The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
Err:18 https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64 InRelease
The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
sudo apt update
uname -admesgnvidia-smi -adocker versiondpkg -l '*nvidia*' _or_ rpm -qa '*nvidia*'nvidia-container-cli -VThat's normal, we extended the duration of our subkey. You have to fetch it again:
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | \
sudo apt-key add -
Thanks, that worked!
Most helpful comment
That's normal, we extended the duration of our subkey. You have to fetch it again: