File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Changelog
22
3- ## v1.12.0-rc.6
3+ ## v1.12.0
44
5+ * Promote ` v1.12.0-rc.5 ` to ` v1.12.0 `
56* Rename ` nvidia cdi generate ` ` --root ` flag to ` --driver-root ` to better indicate intent
67* [ libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
8+ * [ toolkit-container] Bump CUDA base images to 12.0.1
79
810## v1.12.0-rc.5
911
Original file line number Diff line number Diff line change 1414
1515LIB_NAME := nvidia-container-toolkit
1616LIB_VERSION := 1.12.0
17- LIB_TAG := rc.6
1817
1918# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
2019# Note: The build tooling uses `LIB_TAG` above as the version tag.
@@ -25,7 +24,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0
2524# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
2625LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
2726
28- CUDA_VERSION := 11.8.0
27+ CUDA_VERSION := 12.0.1
2928GOLANG_VERSION := 1.18.8
3029
3130GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
You can’t perform that action at this time.
0 commit comments