Skip to content

Commit

Permalink
add base.en
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Mar 10, 2024
1 parent 7eefe53 commit a8f2eda
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distribute/docker/base.en/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM litongjava/whisper-cpp-server:1.0.0

COPY models/ggml-base.en.bin /app/models/

EXPOSE 8080

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

COPY models/ggml-large-v3.bin /app/models/

Expand Down

0 comments on commit a8f2eda

Please sign in to comment.