mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 14:55:46 +00:00
refactor: remove commented code
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user