HNTAI / .huggingface.yaml
sachinchandrankallar's picture
error fix
5dc4520
Raw
History Blame
322 Bytes
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: services/ai-service/src/ai_med_extract/app:app
port: 7860