91895bb 57c8796
1
2
3
4
5
6
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-c-task-004:v0.1.0@sha256:2553def59dc88f1886ad281da1d561600560a6f8391f177d33bb9f4975e7cc4f FROM ${VERIFIER_IMAGE} COPY grader.py /tests/grader.py RUN chmod 755 /tests/grader.py