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