From 01aef46bf8eb20775dceeb2265390166f3ce098c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:49:46 +0000 Subject: [PATCH] Bump nvidia/cuda in /deployments/container Bumps nvidia/cuda from 12.6.1-base-ubi9 to 12.6.2-base-ubi9. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile.ubi9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/container/Dockerfile.ubi9 b/deployments/container/Dockerfile.ubi9 index efe0a60..3bf68f8 100644 --- a/deployments/container/Dockerfile.ubi9 +++ b/deployments/container/Dockerfile.ubi9 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 as build +FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 as build RUN yum install -y wget make git gcc @@ -39,7 +39,7 @@ ARG GIT_COMMIT="unknown" RUN make PREFIX=/artifacts cmds -FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9 +FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 ENV NVIDIA_VISIBLE_DEVICES=void