diff --git a/Dockerfile b/Dockerfile index 9e896de..e709ea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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