services: - type: web name: articumate-ml-service runtime: python plan: free buildCommand: pip install -r requirements.txt startCommand: uvicorn service.main:app --host 0.0.0.0 --port $PORT envVars: - key: PYTHON_VERSION value: 3.11.0