You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`nvcr.io/nvidia/k8s/container-toolkit:v1.17.5-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.5`)
28
+
29
+
### Fixes and Features
30
+
31
+
- Re-added support for CUDA Forward Compatibility (removed by default in v1.17.4) using a dedicated `enable-cuda-compat` hook. This can be disabled using a `disable-cuda-compat-lib-hook` feature flag and can be skipped from CDI specification generation when using the `nvcdi` API to allow compatibility with older NVIDIA Container Toolkit installations.
32
+
- Added the IMEX binaries to a generated CDI specification if present on the host. This change ensures that the IMEX Daemon and IMEX Control executables are present in containers.
33
+
- Fixed a bug that may overwrite docker feature flags when configuring CDI Docker from the `nvidia-ctk runtime configure` command.
34
+
- Added an `ignore-imex-channel-requests` feature flag. When enabled, this feature flag ensures that the NVIDIA Container Runtime ignores IMEX channel requests to allow their injection to be managed solely by another component.
35
+
- Updated the `update-ldcache` hook to run the host `ldconfig` from a MEMFD.
36
+
- Fixed a bug where `cdi` mode would not work with the `--gpus` flag even if the NVIDIA Container Runtime was used.
37
+
38
+
### Enhancements to container-toolkit Container Images
39
+
40
+
- Added functionality to enable CDI in the selected container engine (Containerd, Cri-o, Docker) if `CDI_ENABLED` is set.
0 commit comments