chore: Update CUDA base image to 12.3.2

Signed-off-by: Stephen Heckler <sheckler@cloudflare.com>
This commit is contained in:
Stephen Heckler 2024-01-31 13:48:05 -06:00
parent e99b519509
commit 301b666790

View File

@ -30,7 +30,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
CUDA_VERSION := 12.3.1
CUDA_VERSION := 12.3.2
GOLANG_VERSION := 1.20.5
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)