Skip to content

Commit

Permalink
Merge pull request #747 from axel7083/patch-2
Browse files Browse the repository at this point in the history
fix(whispercpp): adding missing ownership to user 1001 in app directory
  • Loading branch information
Gregory-Pereira authored Aug 8, 2024
2 parents e098380 + beb3b12 commit 2249889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_servers/whispercpp/base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY --from=mwader/static-ffmpeg:6.1.1 /ffmpeg /bin/
COPY --from=mwader/static-ffmpeg:6.1.1 /ffprobe /bin/

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

USER 1001

Expand Down

0 comments on commit 2249889

Please sign in to comment.