Skip to content

Commit

Permalink
Merge pull request #456 from containers/renovate/ggerganov-whisper.cp…
Browse files Browse the repository at this point in the history
…p-digest

Update ggerganov/whisper.cpp digest to f02b40b
  • Loading branch information
ericcurtin authored Nov 15, 2024
2 parents c76577b + 8f070ea commit e60c610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container-images/asahi/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=83ac2842bd2f41aab35616165c928b06b445bcb4
ARG WHISPER_CPP_SHA=f02b40bcb4849139fd7de2558aee64c737ab678e

COPY ../scripts /scripts
RUN chmod +x /scripts/*.sh && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/cuda/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=83ac2842bd2f41aab35616165c928b06b445bcb4
ARG WHISPER_CPP_SHA=f02b40bcb4849139fd7de2558aee64c737ab678e

COPY ../scripts /scripts
RUN chmod +x /scripts/*.sh && \
Expand Down
2 changes: 1 addition & 1 deletion container-images/ramalama/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=83ac2842bd2f41aab35616165c928b06b445bcb4
ARG WHISPER_CPP_SHA=f02b40bcb4849139fd7de2558aee64c737ab678e

COPY ../scripts /scripts
RUN chmod +x /scripts/*.sh && \
Expand Down

0 comments on commit e60c610

Please sign in to comment.