build error

Job failed with exit code: 1. Reason: cache miss: [ 7/14] RUN pip uninstall -y torch torchvision torchaudio || true cache miss: [ 2/14] RUN apt-get update && apt-get install -y python3 python3-pip python3-venv git wget curl unzip ffmpeg bash libgl1 libglib2.0-0 && rm -rf /var/lib/apt/lists/* && ln -sf /usr/bin/python3 /usr/bin/python cache miss: [ 8/14] RUN pip install --no-cache-dir --index-url https://download.pytorch.org/whl/cu118 torch torchvision torchaudio cache miss: [12/14] RUN ln -s /app/Puppeteer/third_party /app/third_partys || true && touch /app/Puppeteer/third_party/__init__.py cache miss: [14/14] RUN printf '#!/bin/bash\nset -euo pipefail\ncd /app\npython -c "import importlib, sys; import app; print(\\"[boot] app imported OK\\")" || exit 1\nuvicorn app:app --host 0.0.0.0 --port ${PORT:-7860}\n' > /app/run.sh && chmod +x /app/run.sh cache miss: [ 6/14] RUN pip install --no-cache-dir -r /app/requirements.txt cache miss: [10/14] COPY third_party/Puppeteer /app/Puppeteer cache miss: [ 5/14] COPY requirements.txt /app/requirements.txt cache miss: [11/14] RUN chmod +x /app/Puppeteer/demo_rigging.sh || true cache miss: [13/14] RUN mkdir -p /data/in /data/results && chmod -R 777 /data cache miss: [ 4/14] WORKDIR /app cache miss: [ 3/14] RUN python -m pip install --upgrade pip cache miss: [ 9/14] COPY app.py /app/app.py {"total":19,"completed":17,"user_total":14,"user_cached":0,"user_completed":12,"user_cacheable":13,"from":1,"miss":13,"client_duration_ms":199508}

Build logs:

Fetching error logs...