mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-04-06 13:35:02 +00:00
Merge branch 'bump-version-v1.12.0-rc.6' into 'main'
Bump version to v1.12.0-rc.6 See merge request nvidia/container-toolkit/container-toolkit!283
This commit is contained in:
commit
03cdf3b5d7
@ -110,7 +110,7 @@ image-packaging:
|
|||||||
image: "${PULSE_IMAGE}"
|
image: "${PULSE_IMAGE}"
|
||||||
variables:
|
variables:
|
||||||
IMAGE: "${CI_REGISTRY_IMAGE}/container-toolkit:${CI_COMMIT_SHORT_SHA}-${DIST}"
|
IMAGE: "${CI_REGISTRY_IMAGE}/container-toolkit:${CI_COMMIT_SHORT_SHA}-${DIST}"
|
||||||
IMAGE_ARCHIVE: "container-toolkit.tar"
|
IMAGE_ARCHIVE: "container-toolkit-${DIST}-${ARCH}-${CI_JOB_ID}.tar"
|
||||||
rules:
|
rules:
|
||||||
- if: $SKIP_SCANS != "yes"
|
- if: $SKIP_SCANS != "yes"
|
||||||
- when: manual
|
- when: manual
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.12.0-rc.6
|
||||||
|
|
||||||
|
* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
|
||||||
|
|
||||||
## v1.12.0-rc.5
|
## v1.12.0-rc.5
|
||||||
|
|
||||||
|
* Fix bug here the `nvidia-ctk` path was not properly resolved. This causes failures to run containers when the runtime is configured in `csv` mode or if the `NVIDIA_DRIVER_CAPABILITIES` includes `graphics` or `display` (e.g. `all`).
|
||||||
|
|
||||||
## v1.12.0-rc.4
|
## v1.12.0-rc.4
|
||||||
|
|
||||||
* Generate a minimum CDI spec version for improved compatibility.
|
* Generate a minimum CDI spec version for improved compatibility.
|
||||||
|
2
third_party/libnvidia-container
vendored
2
third_party/libnvidia-container
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 4b7f3d9bfb15928690c7bc8287cfb27c62dc2270
|
Subproject commit cb0b5c230bf8db4a3f990cd83452f7dd78062ee8
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.12.0
|
LIB_VERSION := 1.12.0
|
||||||
LIB_TAG := rc.5
|
LIB_TAG := rc.6
|
||||||
|
|
||||||
# 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