From d713d00118af7d7f483876c7f377570f0c9b6420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:53:49 +0000 Subject: [PATCH] Update ggerganov/whisper.cpp digest to 83ac284 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 d3c3e733..c0f0725c 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=f19463ece2d43fd0b605dc513d8800eeb4e2315e +ARG WHISPER_CPP_SHA=83ac2842bd2f41aab35616165c928b06b445bcb4 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 3952285a..52c9b55f 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=f19463ece2d43fd0b605dc513d8800eeb4e2315e +ARG WHISPER_CPP_SHA=83ac2842bd2f41aab35616165c928b06b445bcb4 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \ diff --git a/container-images/ramalama/Containerfile b/container-images/ramalama/Containerfile index 4e02658d..6fc4d8c6 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=f19463ece2d43fd0b605dc513d8800eeb4e2315e +ARG WHISPER_CPP_SHA=83ac2842bd2f41aab35616165c928b06b445bcb4 COPY ../scripts /scripts RUN chmod +x /scripts/*.sh && \