[pitboss/grind] deferred session-0029 (20260517T044708Z-e058)

This commit is contained in:
pitboss 2026-05-17 10:31:28 -05:00
parent 72ec25238e
commit 19d13a085d
16 changed files with 578 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM python:3.11
WORKDIR /harness
COPY harness.py .
CMD ["python3", "harness.py"]