From 2edca464ba5156e3de48f7774b8903ebba36adbf Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Sat, 16 Nov 2024 14:57:26 -0500 Subject: [PATCH] Do not download model in image --- examples/whisper/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/whisper/Dockerfile b/examples/whisper/Dockerfile index 3c25c38..9ea9144 100644 --- a/examples/whisper/Dockerfile +++ b/examples/whisper/Dockerfile @@ -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 \