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