build error
Job failed with exit code: 1. Reason: cache miss: [frontend-builder 2/6] WORKDIR /app/frontend cache miss: [stage-1 6/10] COPY backend/ ./backend/ cache miss: [stage-1 9/10] COPY --from=frontend-builder /app/frontend/dist ./frontend/dist cache miss: [stage-1 4/10] COPY backend/requirements.txt ./backend/ cache miss: [frontend-builder 3/6] COPY frontend/package*.json ./ cache miss: [stage-1 3/10] RUN apt-get update && apt-get install -y --no-install-recommends gcc && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 2/10] WORKDIR /app cache miss: [frontend-builder 4/6] RUN npm ci cache miss: [stage-1 5/10] RUN pip install --no-cache-dir -r backend/requirements.txt cache miss: [stage-1 8/10] COPY data/breed_metadata.csv ./data/ cache miss: [stage-1 10/10] COPY models/vit_best.pth ./models/vit_best.pth cache miss: [stage-1 7/10] COPY ml/src/ ./ml/src/ cache miss: [frontend-builder 5/6] COPY frontend/ ./ cache miss: [frontend-builder 6/6] RUN npm run build {"total":22,"completed":13,"user_total":16,"user_cached":0,"user_completed":7,"user_cacheable":14,"from":2,"miss":14,"client_duration_ms":4339}
Build logs:
Fetching error logs...