build error
Job failed with exit code: 1. Reason: cache miss: [9/9] RUN echo '#!/bin/bash\necho "Starting Chainlit server..."\necho "Current directory: $(pwd)"\necho "Directory contents:"\nls -la\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: [5/9] COPY requirements.txt . cache miss: [4/9] RUN mkdir -p /app/data/planogram001 /app/assets && chmod -R 777 /app/data /app/assets cache miss: [2/9] WORKDIR /app cache miss: [8/9] 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 cache miss: [7/9] COPY . . cache miss: [6/9] RUN pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir hf_transfer cache miss: [3/9] RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/* {"total":14,"completed":8,"user_total":9,"user_cached":0,"user_completed":3,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":4057}
Build logs:
Fetching error logs...