build error

Job failed with exit code: 1. Reason: cache miss: [4/9] WORKDIR /app cache miss: [7/9] RUN ollama serve & OLLAMA_PID=$! && sleep 5 && ollama pull llama3.2:1b && kill $OLLAMA_PID || true cache miss: [3/9] RUN curl -fsSL https://ollama.com/install.sh | sh cache miss: [2/9] RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates bash procps && rm -rf /var/lib/apt/lists/* cache miss: [9/9] RUN chmod +x /app/entrypoint.sh cache miss: [8/9] COPY . /app cache miss: [6/9] RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r /app/requirements.txt cache miss: [5/9] COPY requirements.txt /app/requirements.txt {"total":14,"completed":8,"user_total":9,"user_cached":0,"user_completed":3,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":6241}

Build logs:

Fetching error logs...