Spaces:
Running on Zero
Running on Zero
github-actions[bot]
Deploy DoppelGen compiled C-extension binary distribution to Hugging Face Space
37ed9c6 | 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 | |