From 300d83e24124d618da71bac6bcf950e4adb43b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:24:34 +0000 Subject: [PATCH] Update ggerganov/whisper.cpp digest to d24f981 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 6d3f5d62..c621768b 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=01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93 +ARG WHISPER_CPP_SHA=d24f981fb2fbf73ec7d72888c3129d1ed3f91916 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 3f3198f0..7c10d908 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=01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93 +ARG WHISPER_CPP_SHA=d24f981fb2fbf73ec7d72888c3129d1ed3f91916 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/ramalama/Containerfile b/container-images/ramalama/Containerfile index 3b53e85f..1f11e898 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=01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93 +ARG WHISPER_CPP_SHA=d24f981fb2fbf73ec7d72888c3129d1ed3f91916 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \