mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Bump version to v1.12.2
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
0bedf07e7b
commit
745c8ee2e7
@ -1,5 +1,9 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.12.2
|
||||||
|
|
||||||
|
* [libnvidia-container] Fix segfault on WSL2 systems
|
||||||
|
|
||||||
## v1.12.1
|
## v1.12.1
|
||||||
|
|
||||||
* Don't fail chmod hook if paths are not injected
|
* Don't fail chmod hook if paths are not injected
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.12.1
|
LIB_VERSION := 1.12.2
|
||||||
|
|
||||||
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
||||||
# Note: The build tooling uses `LIB_TAG` above as the version tag.
|
# Note: The build tooling uses `LIB_TAG` above as the version tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user