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-014:v0.1.0@sha256:5febf367b244f786ee2b6fcb2c9b56b7fe7271df98798daa3660a8fc7daf3324
FROM ${VERIFIER_IMAGE}
COPY grader.py /tests/grader.py
RUN chmod 755 /tests/grader.py