build error

Job failed with exit code: 1. Reason: cache miss: [10/10] RUN mkdir -p /tmp/videos cache miss: [ 8/10] RUN python -c "import mediapipe as mp; mp.solutions.pose.Pose()" || echo "MediaPipe model download failed, will handle at runtime" cache miss: [ 7/10] RUN python -c "from ultralytics import YOLO; YOLO('yolov8n.pt')" || echo "Model download failed, will handle at runtime" cache miss: [ 6/10] RUN mkdir -p /tmp/matplotlib /tmp/fontconfig /tmp/mediapipe && chmod 777 /tmp/matplotlib /tmp/fontconfig /tmp/mediapipe cache miss: [ 3/10] RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 libsm6 libxext6 libxrender-dev libgomp1 libgtk-3-0 libavcodec-dev libavformat-dev libswscale-dev libv4l-dev gfortran wget curl && rm -rf /var/lib/apt/lists/* cache miss: [ 4/10] COPY requirements.txt . cache miss: [ 2/10] WORKDIR /app cache miss: [ 9/10] COPY . . cache miss: [ 5/10] RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir numpy torch==2.1.0+cpu torchvision==0.16.0+cpu --index-url https://download.pytorch.org/whl/cpu && pip install --no-cache-dir -r requirements.txt {"total":15,"completed":10,"user_total":10,"user_cached":0,"user_completed":5,"user_cacheable":9,"from":1,"miss":9,"client_duration_ms":60642}

Build logs:

Fetching error logs...