From a58609f45ad4e087db35eb5fde24c348ba879218 Mon Sep 17 00:00:00 2001 From: Phillip Ferentinos Date: Tue, 8 Oct 2024 18:12:23 -0500 Subject: [PATCH] refactor: remove commented code --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index f71a58bf..0844f18c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,12 +64,6 @@ RUN git clone https://github.com/ggerganov/whisper.cpp.git # Set the Whisper directory as the working directory WORKDIR /app/whisper.cpp - -# Use bash to download the models -# RUN bash ./models/download-ggml-model.sh base.en && \ -# bash ./models/download-ggml-model.sh tiny.en && \ -# bash ./models/download-ggml-model.sh small.en - # Compile Whisper.cpp with make RUN make