build error

Job failed with exit code: 1. Reason: cache miss: [stage-2 7/9] COPY --chown=appuser:appuser . . cache miss: [stage-2 3/9] RUN groupadd -r appuser && useradd -r -m -g appuser appuser cache miss: [builder 5/6] COPY requirements-web.txt . cache miss: [frontend-builder 6/6] RUN npm run build cache miss: [stage-2 2/9] RUN apt-get update && apt-get install -y --no-install-recommends libpq5=15.* curl=7.88.1* libsndfile1=1.2.0* ffmpeg=7:5.1.* zlib1g && rm -rf /var/lib/apt/lists/* cache miss: [frontend-builder 3/6] COPY frontend/package*.json ./ cache miss: [frontend-builder 4/6] RUN npm ci --legacy-peer-deps || npm install --legacy-peer-deps cache miss: [stage-2 8/9] RUN python backend/api/manage.py collectstatic --noinput cache miss: [builder 2/6] RUN apt-get update && apt-get install -y --no-install-recommends build-essential=12.* libpq-dev=15.* gcc=4:12.2.* libsndfile1=1.2.0* ffmpeg=7:5.1.* zlib1g && rm -rf /var/lib/apt/lists/* cache miss: [frontend-builder 2/6] WORKDIR /app/frontend cache miss: [builder 3/6] WORKDIR /app cache miss: [builder 6/6] RUN pip install --no-cache-dir --index-url https://download.pytorch.org/whl/cpu "$(grep -E '^torch==' requirements-web.txt)" && pip install --no-cache-dir -r requirements-web.txt cache miss: [stage-2 9/9] RUN mkdir -p data/raw data/processed data/models data/artifacts && chown -R appuser:appuser /app cache miss: [frontend-builder 5/6] COPY frontend/ ./ cache miss: [builder 4/6] RUN python -m venv /opt/venv cache miss: [stage-2 5/9] COPY --from=builder /opt/venv /opt/venv cache miss: [stage-2 4/9] WORKDIR /app cache miss: [stage-2 6/9] COPY --from=frontend-builder /app/frontend/dist /app/frontend/dist {"total":26,"completed":13,"user_total":20,"user_cached":0,"user_completed":7,"user_cacheable":18,"from":2,"miss":18,"client_duration_ms":23302}

Build logs:

Fetching error logs...