v1.17.7
NOTE: This release is a unified release of the NVIDIA Container Toolkit that consists of the following packages:
The packages for this release are published to the libnvidia-container
package repositories.
What's Changed
- Fix mode detection on Thor-based systems. This correctly resolves
auto
mode tocsv
. - Fix resolution of libs in LDCache on ARM. This fixes CDI spec generation on ARM-based systems using NVML.
- Added a
nvidia-container-runtime-modes.legacy.cuda-compat-mode
option to provide finer control of how CUDA Forward Compatibility is handled. The default value (ldconfig
) fixes CUDA Compatibility Support in cases where only the NVIDIA Container Runtime Hook is used (e.g. the Docker--gpus
command line flag). - Run update-ldcache hook in isolated namespaces.
Changes in the Toolkit Container
- Bump CUDA base image version to 12.9.0
Changes in libnvidia-container
- Add
--cuda-compat-mode
flag to thenvidia-container-cli configure
command.
Full Changelog: v1.17.6...v1.17.7