Merge branch 'bump-cuda-12.2.0' into 'main'

Bump cuda base image to 12.2.0

See merge request nvidia/container-toolkit/container-toolkit!435
This commit is contained in:
Evan Lezar 2023-07-05 10:11:27 +00:00 committed by Evan Lezar
parent c5a93b8d70
commit 4e0d6f3934
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# NVIDIA Container Toolkit Changelog # NVIDIA Container Toolkit Changelog
## v1.13.4
* [toolkit-container] Bump CUDA base image version to 12.2.0.
## v1.13.3 ## v1.13.3
* Generate CDI specification files with `644` permissions to allow rootless applications (e.g. podman). * Generate CDI specification files with `644` permissions to allow rootless applications (e.g. podman).

View File

@ -30,7 +30,7 @@ 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
CUDA_VERSION := 12.1.1 CUDA_VERSION := 12.2.0
GOLANG_VERSION := 1.20.3 GOLANG_VERSION := 1.20.3
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "") GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")