build error
Job failed with exit code: 1. Reason: cache miss: [6/7] COPY . . cache miss: [3/7] RUN apt-get update && apt-get install -y --no-install-recommends libgomp1 && rm -rf /var/lib/apt/lists/* cache miss: [2/7] WORKDIR /code cache miss: [5/7] RUN pip install --no-cache-dir -r requirements.txt cache miss: [4/7] COPY requirements.txt . cache miss: [7/7] RUN echo "=== /code contents ===" && ls -la && echo "=== tree (depth 2) ===" && find . -maxdepth 2 -type f -o -type d | head -100 && test -f main.py && test -f app/__init__.py || (echo "ERROR: Space root must contain main.py and app/__init__.py. Upload the full hf-space-upload folder contents to the Space ROOT (not a subfolder)." && exit 1) {"total":12,"completed":12,"user_total":7,"user_cached":0,"user_completed":7,"user_cacheable":6,"from":1,"miss":6,"client_duration_ms":31387}
Build logs:
Fetching error logs...