build error
Job failed with exit code: 1. Reason: cache miss: [builder 6/6] RUN uv sync --no-dev cache miss: [stage-2 8/9] RUN chmod +x /app/scripts/prod-startup.sh /app/scripts/ci-startup.sh cache miss: docker-image://docker.io/docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e cache miss: [builder 5/6] COPY app/ app/ cache miss: [db-downloader 4/4] RUN --mount=type=secret,id=github_token,required=false test -n "${INTERACTION_DB_REPO}" || { echo "INTERACTION_DB_REPO build arg is required"; exit 1; }; test -n "${INTERACTION_DB_TAG}" || { echo "INTERACTION_DB_TAG build arg is required"; exit 1; }; if [ -f /run/secrets/github_token ]; then export GITHUB_TOKEN="$(cat /run/secrets/github_token)"; fi; if [ -n "${INTERACTION_DB_SHA256}" ]; then export INTERACTION_DB_SHA256="${INTERACTION_DB_SHA256}"; fi; python /tmp/download_interaction_db.py --repo "${INTERACTION_DB_REPO}" --tag "${INTERACTION_DB_TAG}" --asset ddinter.db --output ddinter.db cache miss: resolve image config for docker-image://docker.io/docker/dockerfile:1.7 cache miss: [stage-2 4/9] COPY --from=db-downloader /app/data /app/data cache miss: [db-downloader 2/4] WORKDIR /app/data cache miss: [stage-2 9/9] RUN groupadd -r pillchecker && useradd -r -g pillchecker pillchecker && chown -R pillchecker:pillchecker /app cache miss: [stage-2 6/9] COPY --from=builder /app/app /app/app cache miss: [stage-2 5/9] RUN python -c "from transformers import pipeline; pipeline('ner', model='OpenMed/OpenMed-NER-PharmaDetect-BioPatient-108M', aggregation_strategy='none'); pipeline('zero-shot-classification', model='MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli')" cache miss: [stage-2 7/9] COPY scripts/ /app/scripts/ cache miss: [stage-2 2/9] WORKDIR /app cache miss: [db-downloader 3/4] COPY scripts/download_interaction_db.py /tmp/download_interaction_db.py cache miss: [stage-2 3/9] COPY --from=builder /app/.venv /app/.venv {"total":26,"completed":18,"user_total":20,"user_cached":3,"user_completed":12,"user_cacheable":18,"from":2,"miss":15,"client_duration_ms":4436}
Build logs:
Fetching error logs...