sesame_openai / docker-compose.yml
karumati's picture
yo
01115c6
raw
history blame contribute delete
542 Bytes
services:
csm-api:
build:
context: .
dockerfile: Dockerfile
args:
- HF_TOKEN=${HF_TOKEN}
ports:
- "8000:8000"
volumes:
- ./models:/app/models
- ./cloned_voices:/app/cloned_voices
- ./voice_references:/app/voice_references
- ./voice_profiles:/app/voice_profiles
environment:
- HF_TOKEN=${HF_TOKEN}
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]