build error

Job failed with exit code: 1. Reason: cache miss: [ 5/18] RUN curl -fsSL https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64 -o /usr/local/bin/ttyd && chmod +x /usr/local/bin/ttyd cache miss: [ 4/18] RUN pip3 install --break-system-packages fastapi "uvicorn[standard]" httpx cache miss: [ 2/18] RUN apt-get update && apt-get install -y ca-certificates curl wget git sudo htop btop neovim nano tmux screen lsof net-tools nmap netcat-traditional whois dnsutils python3 python3-pip python3-full libssl-dev libffi-dev nodejs npm nginx dbus && rm -rf /var/lib/apt/lists/* cache miss: [10/18] COPY nginx.conf /etc/nginx/sites-enabled/default cache miss: [ 8/18] RUN mkdir -p /workspace cache miss: [ 7/18] RUN rm -f /etc/nginx/sites-enabled/default /etc/nginx/sites-available/default /etc/nginx/conf.d/default.conf cache miss: [17/18] RUN which ollama && echo "ollama OK" cache miss: [15/18] RUN bash -n /start.sh && echo "start.sh syntax OK" cache miss: [11/18] COPY app.py /workspace/app.py cache miss: [ 9/18] COPY start.sh /start.sh cache miss: [ 6/18] RUN curl -fsSL https://ollama.com/install.sh | sh cache miss: [18/18] RUN which ttyd && echo "ttyd OK" cache miss: [14/18] RUN python3 -m py_compile /workspace/app.py && echo "app.py syntax OK" cache miss: [12/18] RUN chmod +x /start.sh cache miss: [ 3/18] RUN npm install -g n && n 22 && hash -r cache miss: [16/18] RUN nginx -t && echo "nginx config OK" cache miss: [13/18] RUN python3 -c "import fastapi, uvicorn, httpx; print('Python deps OK')" {"total":23,"completed":11,"user_total":18,"user_cached":0,"user_completed":6,"user_cacheable":17,"from":1,"miss":17,"client_duration_ms":90097}

Build logs:

Fetching error logs...