build error

Job failed with exit code: 1. Reason: cache miss: [ 3/12] WORKDIR /app cache miss: [ 9/12] COPY weights/hf_weld_rtdetr_final/config.json ./weights/hf_weld_rtdetr_final/ cache miss: [ 8/12] COPY weights/m60.pt ./weights/m60.pt cache miss: [ 7/12] RUN mkdir -p weights/hf_weld_rtdetr_final cache miss: [ 5/12] RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt cache miss: [10/12] COPY weights/hf_weld_rtdetr_final/preprocessor_config.json ./weights/hf_weld_rtdetr_final/ cache miss: [ 4/12] COPY requirements.txt . cache miss: [ 6/12] COPY src/ ./src/ cache miss: [ 2/12] RUN apt-get update && apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev libgomp1 libgl1-mesa-glx wget git curl && rm -rf /var/lib/apt/lists/* cache miss: [12/12] RUN python -c "import torch; from ultralytics import YOLO; model = YOLO('weights/m60.pt'); print('YOLO model pre-loaded successfully')" || echo "Pre-warm skipped" cache miss: [11/12] RUN python -c "import os; from huggingface_hub import hf_hub_download; import shutil; token = os.environ.get('HF_TOKEN', ''); path = hf_hub_download( repo_id='anjanid/RT-DETR-weld-trained', filename='model.safetensors', token=token if token else None ); shutil.copy(path, 'weights/hf_weld_rtdetr_final/model.safetensors'); print('model.safetensors downloaded successfully')" {"total":17,"completed":7,"user_total":12,"user_cached":0,"user_completed":2,"user_cacheable":11,"from":1,"miss":11,"client_duration_ms":4405}

Build logs:

Fetching error logs...