build error
Job failed with exit code: 1. Reason: cache miss: [2/9] WORKDIR /app cache miss: [4/9] RUN mkdir -p /app/.streamlit_config && chown -R 1000:1000 /app/.streamlit_config && chmod -R u+rwx,g+rwx /app/.streamlit_config cache miss: [6/9] RUN apt-get update && apt-get install -y --no-install-recommends build-essential cmake curl software-properties-common git && rm -rf /var/lib/apt/lists/* cache miss: [7/9] COPY requirements.txt ./ cache miss: [3/9] RUN mkdir -p /app/.cache_app && chown -R 1000:1000 /app/.cache_app && chmod -R u+rwx,g+rwx /app/.cache_app cache miss: [5/9] RUN mkdir -p /.streamlit && chmod -R 777 /.streamlit cache miss: [8/9] RUN pip3 install --no-cache-dir -r requirements.txt cache miss: [9/9] COPY src/ ./src/ {"total":14,"completed":11,"user_total":9,"user_cached":0,"user_completed":6,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":3780}
Build logs:
Fetching error logs...