From 56b2fe26056c9c9025725ffd61762f757372978a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:03:15 +0000 Subject: [PATCH] Update ggerganov/whisper.cpp digest to 37c8802 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- container-images/asahi/Containerfile | 2 +- container-images/cuda/Containerfile | 2 +- container-images/ramalama/Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/container-images/asahi/Containerfile b/container-images/asahi/Containerfile index 3167d964..efc559fa 100644 --- a/container-images/asahi/Containerfile +++ b/container-images/asahi/Containerfile @@ -2,7 +2,7 @@ FROM fedora:41 ARG LLAMA_CPP_SHA=1329c0a75e6a7defc5c380eaf80d8e0f66d7da78 # renovate: datasource=git-refs depName=ggerganov/whisper.cpp packageName=https://github.com/ggerganov/whisper.cpp gitRef=master versioning=loose type=digest -ARG WHISPER_CPP_SHA=6266a9f9e56a5b925e9892acf650f3eb1245814d +ARG WHISPER_CPP_SHA=37c88027e1cb7c4d8f9c7bc874f7da6d3e179984 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 129e6479..0d5477bd 100644 --- a/container-images/cuda/Containerfile +++ b/container-images/cuda/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/nvidia/cuda:12.6.2-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 -ARG WHISPER_CPP_SHA=6266a9f9e56a5b925e9892acf650f3eb1245814d +ARG WHISPER_CPP_SHA=37c88027e1cb7c4d8f9c7bc874f7da6d3e179984 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/ramalama/Containerfile b/container-images/ramalama/Containerfile index d6d7ce47..28f308c3 100644 --- a/container-images/ramalama/Containerfile +++ b/container-images/ramalama/Containerfile @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 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 -ARG WHISPER_CPP_SHA=6266a9f9e56a5b925e9892acf650f3eb1245814d +ARG WHISPER_CPP_SHA=37c88027e1cb7c4d8f9c7bc874f7da6d3e179984 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \