build error

Job failed with exit code: 1. Reason: cache miss: [ 8/10] RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt cache miss: [ 6/10] COPY --chown=appuser:appuser . /app cache miss: [ 5/10] RUN curl -fL --retry 5 --retry-delay 5 -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64)" -o /tmp/ollama.tgz https://ollama.com/download/ollama-linux-amd64.tgz && tar -xzf /tmp/ollama.tgz --no-same-owner --no-same-permissions -C /tmp && cp /tmp/bin/ollama /app/ollama && chmod +x /app/ollama && rm -rf /tmp/ollama.tgz /tmp/bin cache miss: [10/10] RUN chmod +x /app/entrypoint.sh cache miss: [ 9/10] COPY --chown=appuser:appuser entrypoint.sh /app/entrypoint.sh cache miss: [ 7/10] RUN ls -ltr && pwd cache miss: [ 4/10] WORKDIR /app cache miss: [ 3/10] RUN useradd -m -u 1000 appuser && mkdir -p /app && chown -R appuser:appuser /app cache miss: [ 2/10] RUN apt-get update && apt-get install -y curl ca-certificates && rm -rf /var/lib/apt/lists/* {"total":15,"completed":10,"user_total":10,"user_cached":0,"user_completed":5,"user_cacheable":9,"from":1,"miss":9,"client_duration_ms":7513}

Build logs:

Fetching error logs...