This commit is contained in:
matatonic 2024-03-23 15:12:47 -04:00
parent 98d1968af6
commit e284e05865
3 changed files with 2 additions and 93 deletions

View file

@ -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: