adithya9903's picture
Deploy PolyGuard HF training Space
fd0c71a verified
#!/usr/bin/env bash
set -euo pipefail
curl -fsS http://127.0.0.1:8100/health >/dev/null
curl -fsS http://127.0.0.1:8100/metadata >/dev/null
curl -fsS http://127.0.0.1:8200/health >/dev/null
curl -fsS http://127.0.0.1:8200/env/legal_actions >/dev/null
echo "smoke_ok"