Skip to content

Commit 6fac6c2

Browse files
committed
Bump cuda base image to 12.2.0
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 20ff4e2 commit 6fac6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
* [libnvidia-container] Support OpenSSL 3 with the Encrypt/Decrypt library
2020

21-
* [toolkit-container] Bump CUDA base image version to 12.1.1.
21+
* [toolkit-container] Bump CUDA base image version to 12.2.0.
2222

2323
## v1.13.1
2424

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
3030
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
3131
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
3232

33-
CUDA_VERSION := 12.1.1
33+
CUDA_VERSION := 12.2.0
3434
GOLANG_VERSION := 1.20.3
3535

3636
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 commit comments

Comments
 (0)