updates for docker take 1

This commit is contained in:
2026-04-08 03:05:26 -04:00
parent ce41bca422
commit 0305f1dccd
7 changed files with 108 additions and 7 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
voice-chat:
build: .
ports:
- "8000:8000"
volumes:
# Cache models on the host so they survive container rebuilds
- huggingface-cache:/cache/huggingface
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
volumes:
huggingface-cache: