build error

Job failed with exit code: 1. Reason: cache miss: [stage-0 6/11] RUN pip install --no-cache-dir -r requirements.txt cache miss: [stage-0 4/11] RUN useradd -m appuser && mkdir -p /home/appuser/app /home/appuser/.cache /home/appuser/.image_uploader && chown -R appuser:appuser /home/appuser cache miss: [stage-0 8/11] RUN mkdir -p static/uploads static/metadata && chmod -R 777 static && mkdir -p /tmp/.image_uploader && chmod -R 777 /tmp/.image_uploader cache miss: [stage-0 9/11] COPY download_images.py . cache miss: [stage-0 2/11] WORKDIR /app cache miss: [stage-0 11/11] RUN chown -R appuser:appuser /app cache miss: [stage-0 10/11] RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true if [ -n "Detomo" ] && [ -f /run/secrets/HF_TOKEN ] && [ -n "image-uploader-data" ]; then export HF_TOKEN=$(cat /run/secrets/HF_TOKEN) && echo "Downloading images from Hugging Face dataset for Detomo/image-uploader-data..." && python download_images.py; else echo "Hugging Face credentials not set, skipping image download."; fi cache miss: [stage-0 7/11] COPY . . cache miss: [stage-0 5/11] COPY requirements.txt . cache miss: [stage-0 3/11] RUN apt-get update && apt-get install -y --no-install-recommends build-essential && rm -rf /var/lib/apt/lists/* {"total":16,"completed":15,"user_total":11,"user_cached":0,"user_completed":10,"user_cacheable":10,"from":1,"miss":10,"client_duration_ms":20981}

Build logs:

Fetching error logs...