FROM python:3.12-slim@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de
LABEL jacobian.checksum="0c314d889012e59f331ac2b7914f7b8d9748a07712f7ca1f1dd98ac6eb439cb7"
LABEL jacobian.task="jacobian/inverse-distance-remainder-audit"
COPY expected.json input.json test.sh verifier.py verifier_support.py /tests/
COPY input.json /app/input.json
RUN chmod +x /tests/test.sh && \
    python -c 'import json; assert json.load(open("/tests/expected.json"))["task_id"] == "jacobian/inverse-distance-remainder-audit"'
