From 7e76681c91928923baadec7a007d97123f1b74f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:59:53 +0000 Subject: [PATCH] Bump nvidia/cuda in /deployments/container Bumps nvidia/cuda from 12.4.1-base-ubuntu22.04 to 12.5.0-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile.ubi8 | 4 ++-- deployments/container/Dockerfile.ubuntu | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/container/Dockerfile.ubi8 b/deployments/container/Dockerfile.ubi8 index 2dbf31a8f..a698a8de3 100644 --- a/deployments/container/Dockerfile.ubi8 +++ b/deployments/container/Dockerfile.ubi8 @@ -13,7 +13,7 @@ # limitations under the License. ARG GOLANG_VERSION=1.20.5 -FROM nvidia/cuda:12.4.1-base-ubi8 as build +FROM nvidia/cuda:12.5.0-base-ubi8 as build RUN yum install -y \ wget make git gcc \ @@ -44,7 +44,7 @@ ARG VERSION="N/A" ARG GIT_COMMIT="unknown" RUN make PREFIX=/artifacts cmds -FROM nvidia/cuda:12.4.1-base-ubi8 +FROM nvidia/cuda:12.5.0-base-ubi8 # Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver RUN dnf remove -y cuda-* diff --git a/deployments/container/Dockerfile.ubuntu b/deployments/container/Dockerfile.ubuntu index 31b018e39..27c53ba07 100644 --- a/deployments/container/Dockerfile.ubuntu +++ b/deployments/container/Dockerfile.ubuntu @@ -13,7 +13,7 @@ # limitations under the License. ARG GOLANG_VERSION=1.20.5 -FROM nvidia/cuda:12.4.1-base-ubuntu22.04 as build +FROM nvidia/cuda:12.5.0-base-ubuntu22.04 as build RUN apt-get update && \ apt-get install -y wget make git gcc \ @@ -44,7 +44,7 @@ ARG VERSION="N/A" ARG GIT_COMMIT="unknown" RUN make PREFIX=/artifacts cmds -FROM nvidia/cuda:12.4.1-base-ubuntu22.04 +FROM nvidia/cuda:12.5.0-base-ubuntu22.04 # Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver RUN rm -f cuda-*.deb