build error
Job failed with exit code: 1. Reason: cache miss: [base 2/10] WORKDIR /app cache miss: [pipfreeze 1/2] RUN mkdir -p /pipfreeze cache miss: [base 9/10] RUN pip install --no-cache-dir gradio[oauth,mcp]==6.2.0 "uvicorn>=0.14.0" spaces cache miss: [base 6/10] RUN pip install --no-cache-dir pip -U && pip install --no-cache-dir datasets "huggingface-hub>=0.30" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1" "pydantic~=1.0" cache miss: [base 1/10] COPY --from=root / / cache miss: [base 5/10] RUN pyenv install 3.10 && pyenv global 3.10 && pyenv rehash cache miss: [run 2/2] COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/ cache miss: [base 8/10] RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt cache miss: [base 3/10] RUN apt-get update && apt-get install -y git rsync make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev git-lfs ffmpeg libsm6 libxext6 cmake libgl1 && rm -rf /var/lib/apt/lists/* && git lfs install cache miss: [base 7/10] RUN apt-get update && 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: [base 4/10] RUN curl https://pyenv.run | bash cache miss: [run 1/2] COPY --link ./ /app cache miss: [base 10/10] RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true cache miss: [run 2/2] LINK COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/ cache miss: [pipfreeze 2/2] RUN pip freeze > /pipfreeze/freeze.txt cache miss: [run 1/2] LINK COPY --link ./ /app {"total":28,"completed":21,"user_total":17,"user_cached":0,"user_completed":10,"user_cacheable":16,"from":1,"miss":16,"client_duration_ms":228187}
Build logs:
Fetching error logs...