diff --git a/Dockerfile b/Dockerfile index 6011547..931e886 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /app # Clone whisper.cpp (shallow clone) RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git -RUN ls +RUN ls -la # Build whisper.cpp properly RUN cd whisper.cpp && \ make