fast-whisper-server / docker-compose.yml
rrg92's picture
Changes to work in HF docker permission
aa855d8
raw
history blame contribute delete
306 Bytes
volumes:
hfcache:
services:
wserver:
user: "1000"
build: .
volumes:
- hfcache:/data/hugging-face
restart: unless-stopped
ports:
- 8080:8000
deploy:
resources:
reservations:
devices:
- capabilities: ["gpu"]