mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Bump version to 1.12.0-rc.1
This bumps the package versions to: * nvidia-container-toolkit 1.12.0-rc.1 * nvidia-container-runtime 3.12.0-rc.1 * nvidia-docker2 2.12.0-rc.1 Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
febce822d5
commit
80a46d4a5c
11
versions.mk
11
versions.mk
@ -13,13 +13,14 @@
|
||||
# limitations under the License.
|
||||
|
||||
LIB_NAME := nvidia-container-toolkit
|
||||
LIB_VERSION := 1.11.0
|
||||
LIB_TAG :=
|
||||
LIB_VERSION := 1.12.0
|
||||
LIB_TAG := rc.1
|
||||
|
||||
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
||||
# Note: The tag is automatically specified to match LIB_TAG.
|
||||
NVIDIA_DOCKER_VERSION := 2.11.0
|
||||
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.11.0
|
||||
# Note: The build tooling uses `LIB_TAG` above as the version tag.
|
||||
# This is appended to the versions below if specified.
|
||||
NVIDIA_DOCKER_VERSION := 2.12.0
|
||||
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0
|
||||
|
||||
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
|
||||
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
|
||||
|
Loading…
Reference in New Issue
Block a user