NVIDIA / libnvidia-container

NVIDIA container runtime library
Apache License 2.0
812 stars 199 forks source link

Ubuntu20.04 Release File Missing #217

Open tardis89 opened 1 year ago

tardis89 commented 1 year ago

Just recently, the Ubuntu 20.04 repository for libnvidia-container stable release has disappeared.

The output of my apt errors is below. All of my other apt repositories are non-problematic, including the other Nvidia repositories for cuda, nvidia-docker, and nvidia-container.

Err:20 https://nvidia.github.io/libnvidia-container/stable/ubuntu20.04/amd64  Release
  404  Not Found [IP: 10.55.1.76 80]
...
Reading package lists... Done
E: The repository 'https://nvidia.github.io/libnvidia-container/stable/ubuntu20.04/amd64  Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Trying to further troubleshoot the issue, If I use wget to download the Ubuntu 18.04 InRelease file, wget successfully executes. If I try to do the same for ubuntu 20.04, the link does not exist.

Downloadable for Ubuntu 18.04: https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64/InRelease

Broken link (does not exist) for Ubuntu 20.04: https://nvidia.github.io/libnvidia-container/stable/ubuntu20.04/amd64/InRelease

I can't see for myself since the repo is blocked besides from apt, but it seems that the ubuntu 20 repo link is missing entirely.

brahman81 commented 1 year ago

This is also impacting the 22.04 repo:

E: The repository 'https://nvidia.github.io/libnvidia-container/stable/ubuntu22.04/amd64  Release' does not have a Release file.
elezar commented 1 year ago

Please see https://github.com/NVIDIA/nvidia-container-toolkit/issues/89

tardis89 commented 1 year ago

Please see NVIDIA/nvidia-container-toolkit#89

Thanks! That issue resolved it for me!