InfiAgent / pipeline /run.sh
g3eIL's picture
Upload 80 files
21fb9c5 verified
#!/bin/bash
set -ex
poetry run python3 -m uvicorn src.activities.api:app --reload --host 0.0.0.0 --port ${PORT:-3000} --limit-max-requests 5000 --timeout-keep-alive 1200