@@ -10,6 +10,40 @@ This document describes the new features, improvements, fixed and known issues f
1010
1111______________________________________________________________________
1212
13+ ## NVIDIA Container Toolkit 1.17.4
14+
15+ This release of the NVIDIA Container Toolkit ` v1.17.4 ` is a bugfix release.
16+
17+ The following packages are included:
18+
19+ - ` nvidia-container-toolkit 1.17.4 `
20+ - ` nvidia-container-toolkit-base 1.17.4 `
21+ - ` libnvidia-container-tools 1.17.4 `
22+ - ` libnvidia-container1 1.17.4 `
23+
24+ The following ` container-toolkit ` conatiners are included:
25+
26+ - ` nvcr.io/nvidia/k8s/container-toolkit:v1.17.4-ubi8 `
27+ - ` nvcr.io/nvidia/k8s/container-toolkit:v1.17.4-ubuntu20.04 ` (also as ` nvcr.io/nvidia/k8s/container-toolkit:v1.17.4 ` )
28+
29+ ### Fixes and Features
30+
31+ - Disable the mounting of CUDA compat libraries from the container by default. The libraries are still available in their
32+ orignal location. If the previous behaviour is required, the ` allow-cuda-compat-libs-from-container ` feature flag can be enabled.
33+ - Skip the detection and injection of graphics libraries when ` NVIDIA_DRIVER_CAPABILITIES ` includes ` graphics ` on iGPU-based systems.
34+ This prevents conflicting ICD files causing errors when starting a container.
35+ - Fix a bug where ` --config-search-path ` arguments are ignored when running ` nvidia-ctk generate ` . This fix allows driver
36+ to be located even if they are in non-standard locations.
37+ - Add support for Containerd version 3 config files.
38+
39+ #### Enhancements to libnvidia-container
40+
41+ - Add a ` --no-cntlibs ` CLI option to ` nvidia-container-cli ` .
42+
43+ ### Enhancements to container-toolkit Container Images
44+
45+ - Updated the CUDA base image version to 12.6.3.
46+
1347## NVIDIA Container Toolkit 1.17.3
1448
1549This release of the NVIDIA Container Toolkit ` v1.17.3 ` is a bugfix release.
0 commit comments