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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# NVIDIA Container Toolkit Changelog
2
2
3
+
## v1.15.0
4
+
5
+
* Remove `nvidia-container-runtime` and `nvidia-docker2` packages.
6
+
* Use `XDG_DATA_DIRS` environment variable when locating config files such as graphics config files.
7
+
* Add support for v0.7.0 Container Device Interface (CDI) specification.
8
+
* Add `--config-search-path` option to `nvidia-ctk cdi generate` command. These paths are used when locating driver files such as graphics config files.
9
+
* Use D3DKMTEnumAdapters3 to enumerate adpaters on WSL2 if available.
10
+
* Add support for v1.2.0 OCI Runtime specification.
11
+
* Explicitly set `NVIDIA_VISIBLE_DEVICES=void` in generated CDI specifications. This prevents the NVIDIA Container Runtime from making additional modifications.
12
+
13
+
*[libnvidia-container] Use D3DKMTEnumAdapters3 to enumerate adpaters on WSL2 if available.
14
+
15
+
*[toolkit-container] Bump CUDA base image version to 12.4.1
16
+
3
17
## v1.15.0-rc.4
4
18
* Add a `--spec-dir` option to the `nvidia-ctk cdi generate` command. This allows specs outside of `/etc/cdi` and `/var/run/cdi` to be processed.
5
19
* Add support for extracting device major number from `/proc/devices` if `nvidia` is used as a device name over `nvidia-frontend`.
0 commit comments