build error

Job failed with exit code: 1. Reason: cache miss: [11/12] COPY --chown=appuser:appuser src/ ./src/ cache miss: [ 7/12] COPY --chown=appuser:appuser requirements.txt ./ cache miss: [ 6/12] RUN chmod -R 777 /app/.streamlit /app/.cache cache miss: [ 5/12] RUN mkdir -p /app/.streamlit /app/.cache/huggingface cache miss: [10/12] RUN streamlit --version || { echo "Streamlit installation failed"; exit 1; } cache miss: [ 8/12] RUN pip3 install --user --no-cache-dir -r requirements.txt cache miss: [ 3/12] RUN apt-get update && apt-get install -y build-essential curl software-properties-common git libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/* cache miss: [12/12] COPY --chown=appuser:appuser modules/ ./modules/ cache miss: [ 9/12] RUN pip3 install --user --no-cache-dir streamlit cache miss: [ 4/12] RUN useradd -m -u 1000 appuser && chown -R appuser:appuser /app cache miss: [ 2/12] WORKDIR /app {"total":17,"completed":8,"user_total":12,"user_cached":0,"user_completed":3,"user_cacheable":11,"from":1,"miss":11,"client_duration_ms":4317}

Build logs:

Fetching error logs...