Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Sep 19, 2024
1 parent 7d9a95c commit ae3c982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 \
RUN apt-get update && apt-get install -y gosu=1.14-1 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -r nobody \
&& useradd -r -g nobody scyllaridae \
Expand Down

0 comments on commit ae3c982

Please sign in to comment.