refactor: remove commented code

This commit is contained in:
Phillip Ferentinos
2024-10-08 18:12:23 -05:00
parent 109fe76be5
commit a58609f45a

View File

@@ -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