runtime: docker sdk: docker python_version: "3.10" build: system_packages: - tesseract-ocr - poppler-utils - ffmpeg python_packages: - -r requirements.txt # Force rebuild to clear cache cache: false # App configuration app: entrypoint: app:app port: 7860