multilang-asr-captioner / docker-compose.yml
marquesafonso's picture
add height ratio for better caption mode. pydantic v2 field validation. add archiver to main.
d0c0836
raw
history blame
134 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
volumes:
- .:/app