pillchecker-staging / docker-compose.yml
SPerva's picture
Sync from GitHub via hub-sync
4f2020d verified
raw
history blame contribute delete
262 Bytes
services:
api:
build: .
ports:
- "8000:8000"
volumes:
- model-cache:/app/models
environment:
- HF_HOME=/app/models
- HF_TOKEN=${HF_TOKEN:-}
- API_KEY=${API_KEY}
restart: unless-stopped
volumes:
model-cache: