From 6e086c254d9873a8ea110a19840cf3f5b6ad26c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 07:51:31 +0000 Subject: [PATCH] Bump nvidia/cuda in /deployments/container Bumps nvidia/cuda from 12.6.3-base-ubi9 to 12.8.0-base-ubi9. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index bb74a762b..817e2ac38 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. ARG GOLANG_VERSION=1.22.6 -FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 AS build +FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS build RUN yum install -y \ wget make git gcc \ @@ -51,7 +51,7 @@ RUN rpm -qa --queryformat='^%{NAME}-\[0-9\].*\.%{ARCH}$\n' | sort -u > /tmp/pack RUN rpm -qa | sort -u > /tmp/package-list.minimal # We define the following image as a base image and remove unneeded packages. -FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 AS base +FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS base WORKDIR /cleanup