mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Bump CUDA base images to 12.0.1
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
80fe1065ad
commit
ac5c62c116
@ -5,6 +5,7 @@
|
|||||||
* Promote `v1.12.0-rc.5` to `v1.12.0`
|
* Promote `v1.12.0-rc.5` to `v1.12.0`
|
||||||
* Rename `nvidia cdi generate` `--root` flag to `--driver-root` to better indicate intent
|
* Rename `nvidia cdi generate` `--root` flag to `--driver-root` to better indicate intent
|
||||||
* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
|
* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
|
||||||
|
* [toolkit-container] Bump CUDA base images to 12.0.1
|
||||||
|
|
||||||
## v1.12.0-rc.5
|
## v1.12.0-rc.5
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.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 := 11.8.0
|
CUDA_VERSION := 12.0.1
|
||||||
GOLANG_VERSION := 1.18.8
|
GOLANG_VERSION := 1.18.8
|
||||||
|
|
||||||
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