master
Kar 2025-06-15 23:08:03 +05:30
parent a9a405c69c
commit 5c5d1ada9a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ RUN mkdir -p /whisper.cpp
COPY --from=builder /whisper.cpp /whisper.cpp
# Copy your local model
COPY model/ggml-tiny.en.bin /whisper.cpp/models/ggml-tiny.en.bin
COPY models/ggml-tiny.en.bin /whisper.cpp/models/ggml-tiny.en.bin
WORKDIR /whisper.cpp