Skip to content

Commit

Permalink
Do not download model in image
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 16, 2024
1 parent 515bb87 commit 2edca46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ COPY --from=scyllaridae /app /app
COPY scyllaridae.yml /app
COPY cmd.sh /app

RUN bash ./models/download-ggml-model.sh medium.en

RUN apt-get update && apt-get install -y gosu=1.14-1 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -r nobody \
Expand Down

0 comments on commit 2edca46

Please sign in to comment.