Skip to content

Commit

Permalink
add whisper-cpp-server:1.0.0-large-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Mar 10, 2024
1 parent 81c3deb commit f130655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribute/docker/large-v3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY models/ggml-large-v3.bin /app/models/

EXPOSE 8080

CMD ["/app/whisper_http_server_base_httplib", "-m", "/app/models/ggml-base.en.bin"]
CMD ["/app/whisper_http_server_base_httplib", "-m", "/app/models/ggml-large-v3.bin"]
6 changes: 4 additions & 2 deletions distribute/docker/large-v3/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
docker build -t litongjava/whisper-cpp-server:1.0.0-large-v3 -f distribute/docker/large-v3/Dockerfile .
```

## test build
## test run
```
docker run -dit --net=host --name=whisper-cpp-server litongjava/whisper-cpp-server:1.0.0-large-v3
```

docker run -dit --net=host -v .:/src litongjava/whisper-cpp-server-builder:1.0.0 /bin/sh

0 comments on commit f130655

Please sign in to comment.