build error

Job failed with exit code: 1. Reason: cache miss: [stage-0 4/11] RUN pip install --upgrade "huggingface_hub[cli]" cache miss: [stage-0 2/11] RUN apt update && apt install -y curl git python3 python3-pip && rm -rf /var/lib/apt/lists/* cache miss: [stage-0 10/11] RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true huggingface-cli upload --token=$(cat /run/secrets/HF_TOKEN) --repo-type=space Corran/SesameFlow /tmp/app/SesameFlow/dist . --delete "*" cache miss: [stage-0 11/11] RUN exit 1 cache miss: [stage-0 6/11] RUN git clone https://github.com/corranmac/SesameFlow.git cache miss: [stage-0 7/11] WORKDIR /tmp/app/SesameFlow cache miss: [stage-0 3/11] RUN curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && bash nodesource_setup.sh && apt update && apt install -y nodejs && rm -rf /var/lib/apt/lists/* && rm nodesource_setup.sh cache miss: [stage-0 9/11] RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true huggingface-cli download --token=$(cat /run/secrets/HF_TOKEN) --repo-type=space --local-dir=/tmp/app/SesameFlow/dist Corran/SesameFlow README.md && rm -rf /tmp/app/SesameFlow/dist/.cache cache miss: [stage-0 8/11] RUN npm ci && npm rebuild && npm run build cache miss: [stage-0 5/11] WORKDIR /tmp/app {"total":15,"completed":13,"user_total":11,"user_cached":0,"user_completed":9,"user_cacheable":10,"from":1,"miss":10,"client_duration_ms":87679}

Build logs:

Fetching error logs...