Cyber_analyst-round1 / scripts /docker_build.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 contribute delete
104 Bytes
#!/usr/bin/env bash
set -euo pipefail
docker build -t CyberSecurity_OWASP:latest -f server/Dockerfile .