sanatio / render.yaml
kfokesfojefoef's picture
Upload 5 files
22ee1f0 verified
Raw
History Blame Contribute Delete
297 Bytes
services:
- type: web
name: sanatio-ai-server
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: python server.py
envVars:
- key: PORT
value: 10000
disk:
name: model-storage
mountPath: /data
sizeGB: 1