sira-asr / docker_compose.yml
Antigravity AI
fix: resolve build dependencies and add CORS support
7ef1aa8
raw
history blame contribute delete
278 Bytes
services:
soloni-asr:
build: .
container_name: sira-asr-server
ports:
- "8000:8000"
volumes:
- ./models:/app/models
environment:
- MODEL_DIR=/app/models
- MODEL_NAME=soloni-114m-tdt-ctc-v3.nemo
- PORT=8000
restart: always