build error

Job failed with exit code: 1. Reason: cache miss: [ 7/10] COPY . . cache miss: [ 5/10] COPY requirements.txt . cache miss: [ 9/10] RUN echo "Contents and permissions of /app:" && ls -la /app && echo "Contents and permissions of /app/.EasyOCR:" && ls -la /app/.EasyOCR cache miss: [ 8/10] RUN mkdir -p data/planogram001 && mkdir -p .files && mkdir -p /.cache && mkdir -p .chainlit/assets && chmod -R 777 .files && chmod -R 777 data && chmod -R 777 /.cache && chmod -R 777 .chainlit && chmod -R 777 /app/.EasyOCR cache miss: [ 4/10] RUN mkdir -p /app/data/planogram001 /app/assets /app/.EasyOCR/user_network && chmod -R 777 /app/data /app/assets /app/.EasyOCR cache miss: [ 3/10] RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/* cache miss: [10/10] RUN echo '#!/bin/bash\necho "Starting Chainlit server..."\necho "Current directory: $(pwd)"\necho "Directory contents:"\nls -la\necho "Data directory contents:"\nls -la data/\necho "App directory contents:"\nls -la /app/data/\necho "EasyOCR directory contents:"\nls -la /app/.EasyOCR/\necho "Chainlit config:"\ncat .chainlit/config.toml\necho "Starting server..."\nchainlit run app.py --host 0.0.0.0 --port 7860 --debug\n' > /app/start.sh && chmod +x /app/start.sh cache miss: [ 6/10] RUN pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir hf_transfer cache miss: [ 2/10] WORKDIR /app {"total":15,"completed":8,"user_total":10,"user_cached":0,"user_completed":3,"user_cacheable":9,"from":1,"miss":9,"client_duration_ms":4268}

Build logs:

Fetching error logs...