Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deploy com uvicorn, host 0.0.0.0 e porta correta.
requirements.txt
fastapi uvicorn[standard]
ambarks.json
{ "build": { "installCommand": "pip install --no-cache-dir -r requirements.txt" }, "run": { "command": "uvicorn main:app --host 0.0.0.0 --port 8000" } }
8000
Was this page helpful?