diff --git a/Dockerfile b/Dockerfile index bd86f47..872799a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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