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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# NVIDIA Container Toolkit Changelog
2
2
3
+
## v1.15.0-rc.2
4
+
* Extend the `runtime.nvidia.com/gpu` CDI kind to support full-GPUs and MIG devices specified by index or UUID.
5
+
3
6
## v1.15.0-rc.1
4
7
* Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created.
5
8
* Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists.
@@ -10,6 +13,7 @@
10
13
* Added support for `nvidia-ctk runtime configure --enable-cdi` for the `docker` runtime. Note that this requires Docker >= 25.
11
14
* Fixed bug in `nvidia-ctk config` command when using `--set`. The types of applied config options are now applied correctly.
12
15
* Add `--relative-to` option to `nvidia-ctk transform root` command. This controls whether the root transformation is applied to host or container paths.
16
+
* Added automatic CDI spec generation when the `runtime.nvidia.com/gpu=all` device is requested by a container.
13
17
14
18
*[libnvidia-container] Fix device permission check when using cgroupv2 (fixes #227)
0 commit comments