Spaces:
Sleeping
Sleeping
services: | |
reaspeech: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
entrypoint: ["python3", "app/run.py", "--build-reascripts"] | |
environment: | |
- ASR_MODEL=small | |
- ASR_ENGINE=faster_whisper | |
ports: | |
- "9000:9000" | |
restart: on-failure | |
volumes: | |
- ./app:/app/app | |
- ./reascripts:/app/reascripts | |
- cache-pip:/root/.cache/pip | |
- cache-whisper:/root/.cache/whisper | |
volumes: | |
cache-pip: | |
cache-whisper: | |