Open netsafe opened 1 year ago
Hi. This is related to #89.
It seems as if your repository list was updated manually. Please ensure that the list file on your system refers to:
https://nvidia.github.io/libnvidia-container/stable/debian10/amd64
For reference, see https://github.com/NVIDIA/libnvidia-container/blob/gh-pages/stable/debian10/nvidia-container-toolkit.list with the contents:
deb https://nvidia.github.io/libnvidia-container/stable/debian10/$(ARCH) /
#deb https://nvidia.github.io/libnvidia-container/experimental/deb/$(ARCH) /
#deb https://nvidia.github.io/libnvidia-container/experimental/debian10/$(ARCH) /
https://nvidia.github.io/libnvidia-container/stable/debian10/amd64
The link you posted ( https://nvidia.github.io/libnvidia-container/stable/debian10/amd64/) returns:
# Unsupported distribution! # Check https://nvidia.github.io/libnvidia-container
Even though it was working a few days ago.
Hi all,
Getting the same with:
E: The repository 'https://nvidia.github.io/libnvidia-container/stable/ubuntu22.04/amd64 Release' no longer has a Release file.
@m0wer the URL does not refer to a folder that contains an index.html
file, meaning that the generic 404 message that we serve is shown.
The URL https://nvidia.github.io/libnvidia-container/stable/debian10/amd64/InRelease does work.
Please update your /etc/apt/source.list.d/*.list
files accordingly.
@itsthejb please see #89.
@m0wer the URL does not refer to a folder that contains an
index.html
file, meaning that the generic 404 message that we serve is shown.The URL https://nvidia.github.io/libnvidia-container/stable/debian10/amd64/InRelease does work.
Please update your
/etc/apt/source.list.d/*.list
files accordingly.@itsthejb please see #89.
Thanks. The problem was that that same source but with debian11 does no longer work. Before it was symlinked to debian 10, as stated on https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
So the sources that work are:
# cat /etc/apt/sources.list.d/nvidia-docker.list
deb https://nvidia.github.io/libnvidia-container/stable/debian10/$(ARCH) /
deb https://nvidia.github.io/nvidia-container-runtime/stable/debian11/$(ARCH) /
deb https://nvidia.github.io/nvidia-docker/debian11/$(ARCH) /
Thanks for your help @elezar !
Just tried to update my server today and got this:
on apt update:
packages are already here, so:
I'm using Debian 11 stable image, stock kernel, no modifications. Any help, please?