-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEB822-STYLE format for Ubuntu 24.04+ apt repository instructions (.sources) #774
Comments
I got this working with Ubuntu 24.10, but with a warning against the InRelease file.
The
My guess is that the path provided using the fields below would match as opposed to the URI path in Suites, however, it expects the InRelease file in the
Either of these are working for me:
Or, with the GPG key embeded in the
Then I can see the list of packages: $ sudo apt policy nvidia-container-toolkit
nvidia-container-toolkit:
Installed: (none)
Candidate: 1.17.0-1
Version table:
1.17.0-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.16.2-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.16.1-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.16.0-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.15.0-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.6-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.5-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.4-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.3-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.2-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.1-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages
1.14.0-1 500
500 https://nvidia.github.io/libnvidia-container stable/deb/amd64/ Packages |
Ubuntu from 24.04 is now migrating to defaulting to the use of DEB822-STYLE sources.list.d format files, in particularly when you use
add-apt-repository
. There should be instructions of creating a/etc/apt/sources.list.d/nvidia-container-toolkit.sources
file in the https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html website.My current sources file looks like below, but it's also possible to embed the GPG key into the file as well, the key needs to be indented by one space below
Signed-By
.Or
My source file looks like the above, however, I am receiving an error
Error: The repository 'https://nvidia.github.io/libnvidia-container stable Release' does not have a Release file.
. I'm currently on Ubuntu 24.10, but this method was previously working for me on Ubuntu 24.04. Either way, having some instructions for the new source file format would be beneficial. I'll see in the meantime if I can resolve my error.The text was updated successfully, but these errors were encountered: