MedRAG / render.yaml
Sukrati's picture
Deploy MedRAG to Hugging Face Space v4
345576d
raw
history blame contribute delete
631 Bytes
services:
- type: web
name: medrag-app
env: python
plan: free
buildCommand: pip install --index-url https://download.pytorch.org/whl/cpu torch torchvision && pip install -r requirements.txt
startCommand: python download_assets.py && streamlit run app.py --server.port $PORT --server.address 0.0.0.0
envVars:
- key: PYTHONUNBUFFERED
value: "1"
- key: DATA_DIR
value: /tmp/medrag_data
- key: HF_HOME
value: /tmp/hf_cache
- key: PREFETCH_MODEL
value: "1"
- key: GDRIVE_INDEX_URL
value: ""
- key: GDRIVE_IMAGES_URL
value: ""