diff --git a/Dockerfile b/Dockerfile index 8de5528..6ffab7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \ # Set working directory WORKDIR /app - +RUN cd whisper.cpp # Clone whisper.cpp (shallow clone) RUN git clone --depth 1 https://github.com/ggerganov/whisper.cpp.git