build error

Job failed with exit code: 1. Reason: cache miss: [stage-1 8/9] RUN chmod +x /start.sh cache miss: [stage-1 4/9] RUN mkdir -p /models && wget -O /models/model.gguf https://huggingface.co/unsloth/Qwen3-0.6B-GGUF/resolve/main/Qwen3-0.6B-UD-Q8_K_XL.gguf cache miss: [builder 5/5] RUN cmake -B build -S . -DLLAMA_BUILD_SERVER=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS -DCMAKE_BUILD_TYPE=Release && cmake --build build --target llama-server -j2 cache miss: [builder 4/5] WORKDIR /llama.cpp cache miss: [stage-1 7/9] COPY start.sh /start.sh cache miss: [builder 3/5] RUN git clone https://github.com/ggerganov/llama.cpp cache miss: [stage-1 6/9] RUN apt-get update && apt-get install -y golang && go build -O2 -o app main.go && apt-get purge -y golang && apt-get autoremove -y cache miss: [stage-1 3/9] COPY --from=builder /llama.cpp/build/bin/llama-server /usr/local/bin/llama-server cache miss: [builder 2/5] RUN apt-get update && apt-get install -y build-essential cmake git libopenblas-dev libomp-dev libcurl4-openssl-dev ca-certificates && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 2/9] RUN apt-get update && apt-get install -y libopenblas-dev libomp-dev libcurl4-openssl-dev ca-certificates && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 5/9] COPY main.go . {"total":17,"completed":11,"user_total":12,"user_cached":0,"user_completed":6,"user_cacheable":11,"from":1,"miss":11,"client_duration_ms":27867}

Build logs:

Fetching error logs...