build error

Job failed with exit code: 1. Reason: cache miss: [11/15] COPY --chown=user app.py . cache miss: [ 9/15] RUN python -c "from transformers import pipeline; pipeline('text2text-generation', model='MBZUAI/LaMini-Flan-T5-77M')" cache miss: [ 6/15] RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir torch --index-url https://download.pytorch.org/whl/cpu && pip install --no-cache-dir -r requirements.txt cache miss: [15/15] COPY --chown=user .streamlit/ .streamlit/ cache miss: [ 2/15] RUN apt-get update && apt-get install -y --no-install-recommends poppler-utils && rm -rf /var/lib/apt/lists/* cache miss: [ 7/15] RUN python -c "from surya.model.detection.model import load_model as d, load_processor as dp; from surya.model.recognition.model import load_model as r; from surya.model.recognition.processor import load_processor as rp; d(); dp(); r(); rp()" cache miss: [13/15] COPY --chown=user gocalma/ gocalma/ cache miss: [10/15] RUN python -c "from transformers import AutoTokenizer, AutoModelForCausalLM; AutoTokenizer.from_pretrained('Qwen/Qwen2.5-0.5B-Instruct'); AutoModelForCausalLM.from_pretrained('Qwen/Qwen2.5-0.5B-Instruct', torch_dtype='auto')" cache miss: [ 4/15] WORKDIR /home/user/app cache miss: [14/15] COPY --chown=user assets/ assets/ cache miss: [ 8/15] RUN python -c "from transformers import pipeline; pipeline('ner', model='Davlan/bert-base-multilingual-cased-ner-hrl', aggregation_strategy='simple')" cache miss: [12/15] COPY --chown=user ui/ ui/ cache miss: [ 5/15] COPY --chown=user requirements.txt requirements.txt cache miss: [ 3/15] RUN useradd -m -u 1000 user {"total":20,"completed":12,"user_total":15,"user_cached":0,"user_completed":7,"user_cacheable":14,"from":1,"miss":14,"client_duration_ms":53015}

Build logs:

Fetching error logs...