mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-26 18:43:06 +00:00
This change ensures that the NVIDIA package repository for nvidia-imex and libnvidia-nspc is being used as source. The NVIDIA repository does not publish these packages with a -580 version suffix, which made us fall back to the packages from the Ubuntu repository. These two packages were recently updated by Ubuntu to depend on nvidia-kernel-common-580-server (this happened from version 580.82.07-0ubuntu1 to version 580.95.05-0ubuntu1). This conflicts with nvidia-kernel-common-580 which gets installed by nvidia-headless-no-dkms-580-open, thus causing a build failure. Signed-off-by: Manuel Huber <manuelh@nvidia.com>