| ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-048:v0.1.1@sha256:670f242d783782ed07312104f888007fdfa136952eb46941c065cfb4b5d9eb14 | |
| FROM ${VERIFIER_IMAGE} | |
| COPY grader.py /tests/grader.py | |
| RUN chmod 755 /tests/grader.py | |