build error
Job failed with exit code: 1. Reason: cache miss: [run 1/2] COPY --link ./ /app cache miss: [pipfreeze 1/2] RUN mkdir -p /pipfreeze cache miss: [base 7/11] RUN --mount=target=/tmp/packages.txt,source=packages.txt apt-get update && xargs -r -a /tmp/packages.txt apt-get install -y && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && apt-get clean cache miss: [run 2/2] LINK COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/ cache miss: [base 8/11] RUN --mount=target=/tmp/pre-requirements.txt,source=pre-requirements.txt pip install --no-cache-dir -r /tmp/pre-requirements.txt cache miss: [pipfreeze 2/2] RUN pip freeze > /pipfreeze/freeze.txt cache miss: [base 10/11] RUN pip install --no-cache-dir gradio[oauth,mcp]==6.4.0 "uvicorn>=0.14.0" "websockets>=10.4" spaces cache miss: [base 9/11] RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt cache miss: [base 11/11] RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true cache miss: [run 1/2] LINK COPY --link ./ /app cache miss: [run 2/2] COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/ {"total":29,"completed":22,"user_total":18,"user_cached":6,"user_completed":11,"user_cacheable":17,"from":1,"miss":11,"client_duration_ms":62303}
Build logs:
Fetching error logs...