Kar 2025-06-15 22:04:58 +05:30
parent 4626c3ed00
commit 2fe204101e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
# Build whisper.cpp properly
RUN cd whisper.cpp && \
pwd \
pwd && \
make
# Verify the binary was built