Skip to content

Commit

Permalink
Merge pull request #462 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 d24f981
  • Loading branch information
rhatdan authored Nov 18, 2024
2 parents 83f4f31 + 300d83e commit fb5ee93
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=01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93
ARG WHISPER_CPP_SHA=d24f981fb2fbf73ec7d72888c3129d1ed3f91916

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=01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93
ARG WHISPER_CPP_SHA=d24f981fb2fbf73ec7d72888c3129d1ed3f91916

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=01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93
ARG WHISPER_CPP_SHA=d24f981fb2fbf73ec7d72888c3129d1ed3f91916

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

0 comments on commit fb5ee93

Please sign in to comment.