sdk: custom python_version: 3.9 app_file: app/main.py command: uvicorn app.main:app --host 0.0.0.0 --port 7860