Fix whisper compose entrypoint so STT port 18801 is reachable
This commit is contained in:
+2
-1
@@ -41,8 +41,9 @@ services:
|
||||
- "18801:8080"
|
||||
volumes:
|
||||
- whisper-models:/app/models
|
||||
# Override image entrypoint so args are passed directly to whisper-server.
|
||||
entrypoint: ["whisper-server"]
|
||||
command:
|
||||
- whisper-server
|
||||
- --model
|
||||
- /app/models/ggml-base.en.bin
|
||||
- --host
|
||||
|
||||
Reference in New Issue
Block a user