chatterbox-indic-lora / docker-compose.yml
reenigne314
add inference support
91a7bf9
Raw
History Blame Contribute Delete
332 Bytes
services:
indic-tts:
build: .
ports:
- "7860:7860"
volumes:
- hf-cache:/root/.cache/huggingface # persist base model weights
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
volumes:
hf-cache: