NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container-tools
andlibnvidia-container1
v1.17.8
nvidia-container-toolkit
andnvidia-container-toolkit-base
v1.17.8
The packages for this release are published to the libnvidia-container
package repositories.
What's Changed
- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.
- Added
NVIDIA_CTK_DEBUG
envvar to hooks as a placeholder for enabling debugging output.
Changes in libnvidia-container
- Fixed bug in setting default for
--cuda-compat-mode
flag. This caused failures in use cases invoking thenvidia-container-cli
directly or when thev1.17.7
version of thenvidia-container-cli
was used with an oldernvidia-container-runtime-hook
. - Added additional logging to the
nvidia-container-cli
. - Fixed variable initialisation when updating the ldcache. This caused failures on Arch linux or other platforms where the
nvidia-container-cli
was built from source.
Full Changelog: v1.17.7...v1.17.8