mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-25 13:35:00 +00:00
Merge branch 'bump-version' into 'main'
bump version to 1.11.0-rc.2 See merge request nvidia/container-toolkit/container-toolkit!197
This commit is contained in:
commit
94e650c518
@ -1,5 +1,13 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.11.1-rc.1
|
||||||
|
|
||||||
|
* Add discovery of GPUDirect Storage (`nvidia-fs*`) devices if the `NVIDIA_GDS` environment variable of the container is set to `enabled`
|
||||||
|
* Add discovery of MOFED Infiniband devices if the `NVIDIA_MOFED` environment variable of the container is set to `enabled`
|
||||||
|
* Fix bug in CSV mode where libraries listed as `sym` entries in mount specification are not added to the LDCache.
|
||||||
|
* Rename `nvidia-contianer-toolkit` executable to `nvidia-container-runtime-hook` and create `nvidia-container-toolkit` as a symlink to `nvidia-container-runtime-hook` instead.
|
||||||
|
* Add `nvidia-ctk runtime configure` command to configure the Docker config file (e.g. `/etc/docker/daemon.json`) for use with the NVIDIA Container Runtime.
|
||||||
|
|
||||||
## v1.10.0
|
## v1.10.0
|
||||||
|
|
||||||
* Promote v1.10.0-rc.3 to v1.10.0
|
* Promote v1.10.0-rc.3 to v1.10.0
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.11.0
|
LIB_VERSION := 1.11.0
|
||||||
LIB_TAG := rc.1
|
LIB_TAG := rc.2
|
||||||
|
|
||||||
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
||||||
# Note: The tag is automatically specified to match LIB_TAG.
|
# Note: The tag is automatically specified to match LIB_TAG.
|
||||||
|
Loading…
Reference in New Issue
Block a user