This commit is contained in:
Kar
2025-06-15 22:04:58 +05:30
parent 4626c3ed00
commit 2fe204101e

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