Spaces:
Running
Running
version: "3.8" | |
services: | |
app: | |
build: | |
context: . | |
ports: | |
- "7860:7860" | |
environment: | |
- HF_HOME=/app/transformers_cache | |
- TRANSFORMERS_CACHE=/app/transformers_cache | |
- HF_DATASETS_CACHE=/app/datasets_cache | |
- TOKENIZERS_PARALLELISM=true | |
volumes: | |
- ./transformers_cache:/app/transformers_cache | |
- ./datasets_cache:/app/datasets_cache | |
- ./app:/app/ | |
- ./deepspeech-ht/model:/app/deepspeech/model | |