Skip to content

Commit

Permalink
Merge branch 'bump-cuda-version' into 'main'
Browse files Browse the repository at this point in the history
Bump CUDA base image version to 12.1.0

See merge request nvidia/container-toolkit/container-toolkit!335
  • Loading branch information
Evan Lezar authored and elezar committed Mar 10, 2023
1 parent 2d9e4cb commit 0741252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack

CUDA_VERSION := 12.0.1
CUDA_VERSION := 12.1.0
GOLANG_VERSION := 1.18.8

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

0 comments on commit 0741252

Please sign in to comment.