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

View File

@ -17,10 +17,10 @@ WORKDIR /app
# Clone whisper.cpp (shallow clone)
RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git
RUN date
RUN ls -la
# Build whisper.cpp properly
RUN cd whisper.cpp && \
pwd \
make
# Verify the binary was built