ALBORAQ-AI-IMMO / render.yaml
mhdbbbbb's picture
Upload folder using huggingface_hub
fc41845 verified
raw
history blame contribute delete
266 Bytes
services:
- type: web
name: morocco-real-estate-ai
env: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: 3.10.0