Skip to content

Commit 4e0d6f3

Browse files
Evan Lezarelezar
authored andcommitted
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
1 parent c5a93b8 commit 4e0d6f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# NVIDIA Container Toolkit Changelog
22

3+
## v1.13.4
4+
* [toolkit-container] Bump CUDA base image version to 12.2.0.
5+
36
## v1.13.3
47

58
* Generate CDI specification files with `644` permissions to allow rootless applications (e.g. podman).

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.13.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)