Skip to content

Commit 19cd9db

Browse files
committed
add whisper.cpp original repo to gitignore
1 parent 0578a22 commit 19cd9db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
**/secrets.dev.yaml
1919
**/values.dev.yaml
2020
**/.toolstarget
21-
**/node_modules
21+
**/node_modules
22+
whisper.cpp

pythonrpcserver.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ RUN git clone https://github.com/ggml-org/whisper.cpp . && \
1717
RUN bash ./models/download-ggml-model.sh base.en
1818
RUN bash ./models/download-ggml-model.sh tiny.en
1919
RUN bash ./models/download-ggml-model.sh large-v3
20+
21+

0 commit comments

Comments
 (0)