diff --git a/container-images/cpuonly/Containerfile b/container-images/cpuonly/Containerfile index f2b25a3a..9a7e2b6e 100644 --- a/container-images/cpuonly/Containerfile +++ b/container-images/cpuonly/Containerfile @@ -6,7 +6,7 @@ ARG HUGGINGFACE_HUB_VERSION=0.26.0 ARG OMLMD_VERSION=0.1.6 # renovate: datasource=github-releases depName=tqdm/tqdm extractVersion=^v(?.*) ARG TQDM_VERSION=4.66.5 -ARG LLAMA_CPP_SHA=70392f1f81470607ba3afef04aa56c9f65587664 +ARG LLAMA_CPP_SHA=3f1ae2e32cde00c39b96be6d01c2997c29bae555 # 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=a5abfe6a90495f7bf19fe70d016ecc255e97359c diff --git a/container-images/cuda/Containerfile b/container-images/cuda/Containerfile index 7c728812..60e3ca72 100644 --- a/container-images/cuda/Containerfile +++ b/container-images/cuda/Containerfile @@ -4,7 +4,7 @@ FROM docker.io/nvidia/cuda:12.6.2-devel-ubi9 ARG HUGGINGFACE_HUB_VERSION=0.26.0 # renovate: datasource=github-releases depName=containers/omlmd extractVersion=^v(?.*) ARG OMLMD_VERSION=0.1.6 -ARG LLAMA_CPP_SHA=70392f1f81470607ba3afef04aa56c9f65587664 +ARG LLAMA_CPP_SHA=3f1ae2e32cde00c39b96be6d01c2997c29bae555 # 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=a5abfe6a90495f7bf19fe70d016ecc255e97359c