From 4e0d6f393405eabae8b44553a223bb11402f2683 Mon Sep 17 00:00:00 2001 From: Evan Lezar <7723350-elezar@users.noreply.gitlab.com> Date: Wed, 5 Jul 2023 10:11:27 +0000 Subject: [PATCH] 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 --- CHANGELOG.md | 3 +++ versions.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dddbc24d..913f4d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # NVIDIA Container Toolkit Changelog +## v1.13.4 +* [toolkit-container] Bump CUDA base image version to 12.2.0. + ## v1.13.3 * Generate CDI specification files with `644` permissions to allow rootless applications (e.g. podman). diff --git a/versions.mk b/versions.mk index c73269b3..4fb66c73 100644 --- a/versions.mk +++ b/versions.mk @@ -30,7 +30,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.13.0 # Specify the expected libnvidia-container0 version for arm64-based ubuntu builds. LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack -CUDA_VERSION := 12.1.1 +CUDA_VERSION := 12.2.0 GOLANG_VERSION := 1.20.3 GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")