Merge branch 'bump-versions' into 'main'

Bump nvidia-docker and nvidia-container-runtime versions

See merge request nvidia/container-toolkit/container-toolkit!366
This commit is contained in:
Evan Lezar 2023-03-31 13:00:58 +00:00
commit b7079454b5

View File

@ -24,8 +24,8 @@ PACKAGE_REVISION := 1
# 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.
# This is appended to the versions below if specified. # This is appended to the versions below if specified.
NVIDIA_DOCKER_VERSION := 2.12.0 NVIDIA_DOCKER_VERSION := 2.13.0
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0 NVIDIA_CONTAINER_RUNTIME_VERSION := 3.13.0
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds. # Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack