07aeac1
1
2
3
4
5
6
7
8
9
10
services: - type: web name: maintenance-priority-api env: python plan: free buildCommand: pip install -r requirements.txt && python download_model.py startCommand: gunicorn ml_api:app