Kevin589981's picture
Discover private tests by directory (part 2)
154594a verified
Raw
History Blame Contribute Delete
254 Bytes
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-030:v0.1.1@sha256:a7a1ebc4f0d09c76072fd97d407d581348c92def2eb9cf4414cbca7a2d2175de
FROM ${VERIFIER_IMAGE}
COPY grader.py /tests/grader.py
RUN chmod 755 /tests/grader.py