cleanup
This commit is contained in:
parent
98d1968af6
commit
e284e05865
3 changed files with 2 additions and 93 deletions
|
|
@ -1,10 +1,9 @@
|
|||
services:
|
||||
server:
|
||||
openedai-speech:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile # for tts-1-hd support via xtts_v2, ~4GB VRAM required, 13GB
|
||||
#dockerfile: Dockerfile.min # piper for all models, no gpu/nvidia required, ~900MB
|
||||
image: ghcr.io/matatonic/openedai-speech # :latest, :min, :<version>, :<version>-min
|
||||
command: ["python", "speech.py", "--host", "0.0.0.0", "--port", "8000", "--preload", "xtts"]
|
||||
#command: ["python", "speech.py", "--host", "0.0.0.0", "--port", "8000", "--xtts_device", "none"] # min
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue