From 234f7ebd5f839592f00c416f7af8d120069008b1 Mon Sep 17 00:00:00 2001 From: Evan Lezar <7723350-elezar@users.noreply.gitlab.com> Date: Thu, 1 Jun 2023 12:42:48 +0000 Subject: [PATCH] Merge branch 'bump-cuda-base-image' into 'main' Bump CUDA baseimage version to 12.1.1 See merge request nvidia/container-toolkit/container-toolkit!412 --- CHANGELOG.md | 1 + versions.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f42979..6d72d0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Add option to load kernel modules when creating device nodes * Add option to create device nodes when creating `/dev/char` symlinks * Treat failures to open debug log files as non-fatal. +* Bump CUDA base image version to 12.1.1. ## v1.13.1 diff --git a/versions.mk b/versions.mk index fceb83a3..cf851a17 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.0 +CUDA_VERSION := 12.1.1 GOLANG_VERSION := 1.20.3 GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")