build error
Job failed with exit code: 1. Reason: cache miss: [base 5/8] RUN --mount=target=/tmp/packages.txt,source=packages.txt apt-get update && xargs -r -a /tmp/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/* cache miss: [base 7/8] RUN pip install --no-cache-dir streamlit==1.50.0 "uvicorn>=0.14.0" spaces cache miss: [run 1/3] COPY --link ./ /app cache miss: [pipfreeze 2/2] RUN pip freeze > /pipfreeze/freeze.txt cache miss: [run 3/3] COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/ cache miss: [run 2/3] RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true cache miss: [run 1/3] LINK COPY --link ./ /app cache miss: [run 3/3] LINK COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/ cache miss: [base 8/8] RUN mkdir -p .streamlit && git config --global core.excludesfile ~/.gitignore && echo ".streamlit" > ~/.gitignore cache miss: [base 6/8] RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt cache miss: [pipfreeze 1/2] RUN mkdir -p /pipfreeze {"total":27,"completed":19,"user_total":16,"user_cached":4,"user_completed":8,"user_cacheable":15,"from":1,"miss":11,"client_duration_ms":22405}
Build logs:
Fetching error logs...