clip-model-main / render.yaml
JonSnow1512's picture
Upload 11 files
90307d4 verified
Raw
History Blame Contribute Delete
355 Bytes
services:
- type: web
name: crime-classification-api
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn predict:app
healthCheckPath: /healthcheck
envVars:
- key: PORT
value: "5000"
disk:
name: web_disk
mountPath: /opt/render/project/src
sizeGB: 1