build error
Job failed with exit code: 1. Reason: cache miss: [4/9] RUN mkdir -p /app/.cache/huggingface /app/.cache /app/.cache/pip /app/.cache/huggingface && chmod -R 777 /app/.cache cache miss: [5/9] COPY requirements.txt . cache miss: [6/9] RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt cache miss: [8/9] COPY . . cache miss: [7/9] RUN python -m spacy download en_core_web_sm cache miss: [3/9] RUN apt-get update && apt-get install -y espeak-ng cache miss: [9/9] RUN python -m pip show flask {"total":14,"completed":11,"user_total":9,"user_cached":1,"user_completed":6,"user_cacheable":8,"from":1,"miss":7,"client_duration_ms":19626}
Build logs:
Fetching error logs...