build error
Job failed with exit code: 1. Reason: cache miss: [ 5/13] RUN npm install -g @anthropic-ai/claude-code && claude --version || echo "Claude Code installed" cache miss: [10/13] COPY scripts/ /app/scripts/ cache miss: [ 9/13] RUN git config --global user.email "user@hf-space.local" && git config --global user.name "HF Space User" && git config --global init.defaultBranch main && git config --global pull.rebase false && git config --global credential.helper store cache miss: [ 7/13] RUN ARCH=$(uname -m) && if [ "$ARCH" = "x86_64" ]; then CPA_ARCH="amd64"; elif [ "$ARCH" = "aarch64" ]; then CPA_ARCH="arm64"; else CPA_ARCH="$ARCH"; fi && wget -q "https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.9.4/CLIProxyAPI_6.9.4_linux_amd64.tar.gz" -O /tmp/cliproxyapi.tar.gz && tar -xzf /tmp/cliproxyapi.tar.gz -C /usr/local/bin && chmod +x /usr/local/bin/cliproxyapi && rm -f /tmp/cliproxyapi.tar.gz cache miss: [ 8/13] RUN mkdir -p /workspace /config /root/.claude /root/.cli-proxy-api cache miss: [ 6/13] RUN ARCH=$(uname -m) && if [ "$ARCH" = "x86_64" ]; then TTYD_ARCH="x86_64"; elif [ "$ARCH" = "aarch64" ]; then TTYD_ARCH="aarch64"; else TTYD_ARCH="$ARCH"; fi && wget -q "https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.${TTYD_ARCH}" -O /usr/local/bin/ttyd && chmod +x /usr/local/bin/ttyd && ttyd --version cache miss: [ 2/13] WORKDIR /app cache miss: [ 4/13] RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && node --version && npm --version cache miss: [ 3/13] RUN apt-get update && apt-get install -y --no-install-recommends curl wget git ca-certificates jq unzip procps && rm -rf /var/lib/apt/lists/* && apt-get clean cache miss: [11/13] COPY config/ /app/config/ cache miss: [12/13] RUN chmod +x /app/scripts/*.sh cache miss: [13/13] WORKDIR /workspace {"total":18,"completed":12,"user_total":13,"user_cached":0,"user_completed":7,"user_cacheable":12,"from":1,"miss":12,"client_duration_ms":25121}
Build logs:
Fetching error logs...