crop-guard-backend / render.yml
SaiStack's picture
Added entire project to hf
fc10439
raw
history blame contribute delete
249 Bytes
services:
- type: web
name: crop-guard-api
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app.main:app --host=0.0.0.0 --port=10000
envVars:
- key: PYTHON_VERSION
value: "3.10"