mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Bump CUDA base image to 12.3.2
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
5a6bf02914
commit
f1f629674e
@ -10,6 +10,7 @@
|
|||||||
* Add `NVIDIA_VISIBLE_DEVICES=void` to generated CDI specifications.
|
* Add `NVIDIA_VISIBLE_DEVICES=void` to generated CDI specifications.
|
||||||
|
|
||||||
* [toolkit-container] Remove centos7 image. The ubi8 image can be used on all RPM-based platforms.
|
* [toolkit-container] Remove centos7 image. The ubi8 image can be used on all RPM-based platforms.
|
||||||
|
* [toolkit-container] Bump CUDA base image version to 12.3.2
|
||||||
|
|
||||||
## v1.15.0-rc.3
|
## v1.15.0-rc.3
|
||||||
* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.
|
* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.
|
||||||
|
@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
|
|||||||
NVIDIA_DOCKER_VERSION := 2.14.0
|
NVIDIA_DOCKER_VERSION := 2.14.0
|
||||||
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
|
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
|
||||||
|
|
||||||
CUDA_VERSION := 12.3.1
|
CUDA_VERSION := 12.3.2
|
||||||
GOLANG_VERSION := 1.20.5
|
GOLANG_VERSION := 1.20.5
|
||||||
|
|
||||||
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
|
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user