Kevin589981's picture
Discover private tests by directory
57c8796 verified
Raw
History Blame Contribute Delete
249 Bytes
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