Cyber_analyst-round1 / scripts /docker_run.sh
Humanlearning's picture
feat: implement core RL training infrastructure, including GRPO training, evaluation utilities, custom environments, and Modal-based execution scripts.
3807ea3
raw
history blame
105 Bytes
#!/usr/bin/env bash
set -euo pipefail
docker run --rm -p "${PORT:-8000}:8000" CyberSecurity_OWASP:latest