Skip to content

Commit

Permalink
Merge pull request #681 from johnmcollier/whispercppgid
Browse files Browse the repository at this point in the history
Set group permissions on whispercpp app folder
  • Loading branch information
rhatdan authored Jul 22, 2024
2 parents 5378fb0 + 8643398 commit 38092ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion model_servers/whispercpp/base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ COPY --from=builder /app /app
COPY --from=mwader/static-ffmpeg:6.1.1 /ffmpeg /bin/
COPY --from=mwader/static-ffmpeg:6.1.1 /ffprobe /bin/

COPY src /app/
COPY --chown=0:0 --chmod=755 src /app

USER 1001

ENV AUDIO_FILE=/app/jfk.wav
ENTRYPOINT ["sh", "run.sh"]

0 comments on commit 38092ab

Please sign in to comment.