feat: harden governed PyTorch training programme
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 17:18:42 +02:00
parent 2be72fac58
commit 36aa3177e7
8 changed files with 156 additions and 10 deletions
@@ -55,6 +55,7 @@ def test_operator_yolo_train_smoke_script_contract() -> None:
script = script_path.read_text(encoding="utf-8")
assert "bash -n scripts/train_operator_yolo_detector.sh" in readiness
assert "TRAIN_REQUIRE_CUDA" in script_path.read_text(encoding="utf-8")
assert "OPERATOR_YOLO_DATASET_DIR" in script
assert "YOLO_BASE_MODEL_PATH" in script
assert "TRAIN_MODEL_OUTPUT_PATH" in script