OCRSpellCorrection / docker-compose.yml
TangSan003's picture
Clean deploy via GitHub
0c6d0a6
raw
history blame contribute delete
271 Bytes
version: "3.8"
services:
ocr-app:
build: .
container_name: ocr-app
ports:
- "5000:5000"
restart: always
volumes:
# Persist HuggingFace model cache across container restarts
- hf-cache:/app/.cache/huggingface
volumes:
hf-cache: