doppelgen / captiona /docker /docker-compose.yml
github-actions[bot]
Deploy DoppelGen compiled C-extension binary distribution to Hugging Face Space
37ed9c6
Raw
History Blame Contribute Delete
320 Bytes
services:
api:
container_name: Captiona
image: captiona:latest
build:
context: ..
dockerfile: docker/Dockerfile.api
ports:
- "8000:8000"
volumes:
- ..:/app
- ../models/hf_cache:/app/models/hf_cache
environment:
- DEBUG=1
- HF_HOME=/app/models/hf_cache