Skip to content

Commit ac5c62c

Browse files
committed
Bump CUDA base images to 12.0.1
Signed-off-by: Evan Lezar <[email protected]>
1 parent 80fe106 commit ac5c62c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Promote `v1.12.0-rc.5` to `v1.12.0`
66
* Rename `nvidia cdi generate` `--root` flag to `--driver-root` to better indicate intent
77
* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
8+
* [toolkit-container] Bump CUDA base images to 12.0.1
89

910
## v1.12.0-rc.5
1011

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0
2424
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
2525
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
2626

27-
CUDA_VERSION := 11.8.0
27+
CUDA_VERSION := 12.0.1
2828
GOLANG_VERSION := 1.18.8
2929

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

0 commit comments

Comments
 (0)