Skip to content

Commit

Permalink
fixup gosu/user
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Sep 19, 2024
1 parent 12eca35 commit 22d1a0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions examples/whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ RUN bash ./models/download-ggml-model.sh base.en
COPY --from=scyllaridae /app /app
COPY scyllaridae.yml /app

RUN apt-get update && apt-get install -y gosu \
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -r nobody \
&& useradd -r -g nobody scyllaridae \
&& chmod +x /app/docker-entrypoint.sh

ENTRYPOINT ["/app/docker-entrypoint.sh"]
2 changes: 0 additions & 2 deletions examples/whisper/scyllaridae.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
queueName: islandora-vtt-whisper
forwardAuth: true
allowedMimeTypes:
- "audio/*"
- "video/*"
Expand Down

0 comments on commit 22d1a0d

Please sign in to comment.