0.2.0 rc1
This commit is contained in:
parent
0ca7da80c4
commit
7a6abf1538
8 changed files with 126 additions and 143 deletions
|
|
@ -3,20 +3,21 @@ services:
|
|||
server:
|
||||
build:
|
||||
context: .
|
||||
#dockerfile: Dockerfile.min
|
||||
dockerfile: Dockerfile # for tts-1-hd support via xtts_v2
|
||||
#dockerfile: Dockerfile.min # piper for all models, no gpu/nvidia required
|
||||
dockerfile: Dockerfile # for tts-1-hd support via xtts_v2, ~4GB VRAM required
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "8000:8000"
|
||||
#volumes:
|
||||
# - .:/app/
|
||||
# Below can be removed if not using GPU
|
||||
runtime: nvidia
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
#device_ids: ['0', '1'] # Select a gpu, or
|
||||
count: all
|
||||
#device_ids: ['0', '1']
|
||||
capabilities: [gpu]
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- .:/app/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue