build error

Job failed with exit code: 1. Reason: cache miss: [ 8/11] WORKDIR /home/user/app cache miss: [11/11] COPY --chown=user . . cache miss: [10/11] RUN pip install --no-cache-dir --upgrade -r requirements.txt cache miss: [ 2/11] RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 poppler-utils tesseract-ocr gcc g++ make wget libsqlite3-dev sqlite3 zlib1g-dev libssl-dev libffi-dev libncurses5-dev libncursesw5-dev libreadline-dev libbz2-dev liblzma-dev && rm -rf /var/lib/apt/lists/* cache miss: [ 4/11] RUN sqlite3 --version cache miss: [ 9/11] COPY --chown=user requirements.txt . cache miss: [ 7/11] RUN useradd -m -u 1000 user cache miss: [ 6/11] RUN python3 -c "import sqlite3; print('SQLite Version:', sqlite3.sqlite_version)" cache miss: [ 5/11] RUN wget https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz && tar -xzf Python-3.10.13.tgz && cd Python-3.10.13 && ./configure --enable-optimizations --with-ensurepip=install && make && make install && cd .. && rm -rf Python-3.10.13 Python-3.10.13.tgz cache miss: [ 3/11] RUN wget https://www.sqlite.org/2024/sqlite-autoconf-3450100.tar.gz && tar -xzf sqlite-autoconf-3450100.tar.gz && cd sqlite-autoconf-3450100 && ./configure --prefix=/usr && make && make install && cd .. && rm -rf sqlite-autoconf-3450100 sqlite-autoconf-3450100.tar.gz {"total":16,"completed":7,"user_total":11,"user_cached":0,"user_completed":2,"user_cacheable":10,"from":1,"miss":10,"client_duration_ms":14655}

Build logs:

Fetching error logs...