load_balancer / entrypoint.sh
NPMAI Ecosystem
Create entrypoint.sh
5f546f4 verified
Raw
History Blame Contribute Delete
136 Bytes
#!/bin/bash
set -e
echo "Initialising Load Balancer of NPMAI LLM"
exec python3 -m uvicorn app:app --host 0.0.0.0 --port "${PORT:-7860}"