mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
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
This commit is contained in:
commit
093e93cfbf
@ -13,6 +13,7 @@
|
|||||||
* Fix bug in creation of `/dev/char` symlinks by failing operation if kernel modules are not loaded.
|
* Fix bug in creation of `/dev/char` symlinks by failing operation if kernel modules are not loaded.
|
||||||
* Add option to load kernel modules when creating device nodes
|
* Add option to load kernel modules when creating device nodes
|
||||||
* Add option to create device nodes when creating `/dev/char` symlinks
|
* Add option to create device nodes when creating `/dev/char` symlinks
|
||||||
|
* Bump CUDA base image version to 12.1.1.
|
||||||
|
|
||||||
## v1.13.1
|
## v1.13.1
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
|
|||||||
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
|
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
|
||||||
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
|
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
|
||||||
|
|
||||||
CUDA_VERSION := 12.1.0
|
CUDA_VERSION := 12.1.1
|
||||||
GOLANG_VERSION := 1.20.3
|
GOLANG_VERSION := 1.20.3
|
||||||
|
|
||||||
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
|
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
|
||||||
|
Loading…
Reference in New Issue
Block a user