Kevin589981's picture
Discover private tests by directory
57c8796 verified
Raw
History Blame Contribute Delete
254 Bytes
ARG VERIFIER_IMAGE=docker.io/kevinxulearning/swe-bench-science-verifier-python-task-019:v0.1.1@sha256:ffba9cf85dd9585323f72ac3e160da993c4f9ebb66846aa95071a62346e62330
FROM ${VERIFIER_IMAGE}
COPY grader.py /tests/grader.py
RUN chmod 755 /tests/grader.py