build error

Job failed with exit code: 1. Reason: cache miss: [stage-1 3/11] WORKDIR /app cache miss: [stage-1 6/11] RUN pip install --no-cache-dir flask edge-tts llama-cpp-python && rm -rf /root/.cache/pip cache miss: [builder 6/6] RUN python3 -c 'from huggingface_hub import hf_hub_download; hf_hub_download(repo_id="Abiray/MiniCPM5-1B-GGUF", filename="minicpm5-1b-Q4_K_M.gguf", local_dir="/app")' cache miss: [builder 3/6] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip python3-venv && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 4/11] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip python3-venv ffmpeg libgomp1 && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 8/11] COPY --chown=user:user app.py /app/app.py cache miss: [stage-1 7/11] COPY --from=builder /app/minicpm5-1b-Q4_K_M.gguf /app/minicpm5-1b-Q4_K_M.gguf cache miss: [builder 5/6] RUN pip install --no-cache-dir -U pip huggingface_hub cache miss: [stage-1 2/11] RUN useradd -m -u 1000 user cache miss: [stage-1 10/11] COPY --chown=user:user animation /app/animation cache miss: [builder 4/6] RUN python3 -m venv /opt/venv cache miss: [stage-1 9/11] COPY --chown=user:user model /app/model cache miss: [stage-1 5/11] COPY --from=builder /opt/venv /opt/venv cache miss: [stage-1 11/11] RUN chown -R user:user /app {"total":21,"completed":9,"user_total":16,"user_cached":2,"user_completed":4,"user_cacheable":15,"from":1,"miss":14,"client_duration_ms":29948}

Build logs:

Fetching error logs...