dharmashield-env / scripts /run_server.sh
theankitchoubey's picture
stabilize: CIB scoring bounds and strict-router leaderboard automation
1f2cacf
Raw
History Blame Contribute Delete
138 Bytes
#!/usr/bin/env bash
set -euo pipefail
source .venv312/bin/activate
python -m uvicorn dharma_shield.server:app --host 0.0.0.0 --port 7860