From 9e6d35d07168106031c8c162bddf40f4e0f518ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:39:28 +0000 Subject: [PATCH] Update docker.io/nvidia/cuda Docker tag to v12.6.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- container-images/cuda/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 129e6479..62ce6f02 100644 --- a/container-images/cuda/Containerfile +++ b/container-images/cuda/Containerfile @@ -1,5 +1,5 @@ # Base image with CUDA for compilation -FROM docker.io/nvidia/cuda:12.6.2-devel-ubi9 AS builder +FROM docker.io/nvidia/cuda:12.6.3-devel-ubi9 AS builder ARG LLAMA_CPP_SHA=af148c9386da825a60c7038549c121c35ca56b50 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest @@ -12,7 +12,7 @@ RUN chmod +x /scripts/*.sh && \ "-DGGML_CUDA=ON" "-DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined" # Final runtime image -FROM docker.io/nvidia/cuda:12.6.2-runtime-ubi9 +FROM docker.io/nvidia/cuda:12.6.3-runtime-ubi9 RUN dnf install -y python3 && \ dnf clean all && rm -rf /var/cache/*dnf*