Skip to content

Commit

Permalink
Merge pull request #355 from rhatdan/containers
Browse files Browse the repository at this point in the history
Add environment variables for checksums to ramalama container
  • Loading branch information
rhatdan authored Oct 22, 2024
2 parents 89f0d25 + 76dcf1c commit 9c6d560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container-images/ramalama/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ RUN git clone https://github.com/ggerganov/whisper.cpp.git && \
mv build/bin/server /usr/bin/whisper-server && \
cd / && \
rm -rf whisper.cpp

ENV WHISPER_CPP_SHA=${WHISPER_CPP_SHA}
ENV LLAMA_CPP_SHA=${LLAMA_CPP_SHA}

0 comments on commit 9c6d560

Please sign in to comment.