master
parent
a9a405c69c
commit
5c5d1ada9a
|
@ -45,7 +45,7 @@ RUN mkdir -p /whisper.cpp
|
||||||
COPY --from=builder /whisper.cpp /whisper.cpp
|
COPY --from=builder /whisper.cpp /whisper.cpp
|
||||||
|
|
||||||
# Copy your local model
|
# 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
|
WORKDIR /whisper.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue