CoolFace
Apppublic

deeraw/options-pricing-api

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
render.yaml8 linesDownload Raw Back to root
1services:2  - type: web3    name: options-pricing-api4    env: python5    runtime: python3116    buildCommand: pip install -r requirements.txt7    startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT8