Kar 2025-06-15 22:02:05 +05:30
parent 9d3510b75f
commit 74a15e03ae
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ 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 && \