A collection of utilities for using NVIDIA GPUs in containerized environments.
If you are seeing this message, it may mean that your are using an unsupported distribution.
It may also mean that your repositories are incorrectly configured.
In order to simplify the release process for the NVIDIA Container Toolkit and its components, we rely on a set of reference repositories which can be used across a number of distributions. The main references repositories and their compatible distributions are (this is not a complete list):
Most distributions that use DEB packages. These include:
https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list
https://nvidia.github.io/libnvidia-container/experimental/deb/nvidia-container-toolkit.list
https://nvidia.github.io/libnvidia-container/stable/deb
https://nvidia.github.io/libnvidia-container/experimental/deb
Most distributions that use RPM packages. These include:
https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo
https://nvidia.github.io/libnvidia-container/experimental/rpm/nvidia-container-toolkit.repo
https://nvidia.github.io/libnvidia-container/stable/rpm
https://nvidia.github.io/libnvidia-container/experimental/rpm
The packages here are served from the gh-pages
branch of the
github.com/NVIDIA/libnvidia-container
repository. The repository folder structure maps directly to the package manager URLs.
For example, the repositories discused above can be found at:
stable/deb
: https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/stable/debexperimental/deb
: https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/experimental/debstable/rpm
: https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/stable/rpmexperimental/rpm
: https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/experimental/rpmThis also means that packages can be downloaded directly by appending the package filename to the following URLs:
https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/stable/deb/amd64/
https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/experimental/deb/amd64/
https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/stable/rpm/amd64/
https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/experimental/rpm/amd64/