build error
Job failed with exit code: 1. Reason: cache miss: [stage-1 6/11] RUN ldconfig cache miss: [stage-1 9/11] RUN useradd -m -u 1000 user && mkdir -p /home/user/.cache/llama.cpp && chown -R user:user /home/user cache miss: [builder 4/6] RUN git clone --depth 1 --branch master https://github.com/ggerganov/llama.cpp.git && cd llama.cpp && if [ "fast_runtime" = "fast_runtime" ]; then C_FLAGS="-O3 -DNDEBUG"; CXX_FLAGS="-O3 -DNDEBUG"; BLAS_FLAG="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"; JOBS="1"; else C_FLAGS="-O1 -DNDEBUG"; CXX_FLAGS="-O1 -DNDEBUG"; BLAS_FLAG="-DGGML_BLAS=OFF"; JOBS="1"; fi && cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="${C_FLAGS}" -DCMAKE_CXX_FLAGS_RELEASE="${CXX_FLAGS}" -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_NATIVE=OFF -DGGML_AVX2=ON -DGGML_AVX=ON -DGGML_FMA=ON -DGGML_F16C=ON -DGGML_OPENMP=ON ${BLAS_FLAG} -DLLAMA_CURL=ON -DLLAMA_OPENSSL=ON && cmake --build build --config Release --target llama-server -j"${JOBS}" && echo "=== Binary dependencies ===" && ldd build/bin/llama-server || true cache miss: [builder 3/6] WORKDIR /build cache miss: [builder 2/6] RUN apt-get update && apt-get install -y --no-install-recommends git build-essential cmake ninja-build ca-certificates libcurl4-openssl-dev libssl-dev libboost-dev libopenblas-dev nlohmann-json3-dev pkg-config && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 2/11] RUN apt-get update && apt-get install -y --no-install-recommends libcurl4 ca-certificates libgomp1 libopenblas0-pthread libstdc++6 openssl && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 8/11] RUN pip3 install --no-cache-dir fastapi uvicorn aiohttp pydantic duckduckgo-search beautifulsoup4 lxml --break-system-packages cache miss: [stage-1 4/11] COPY --from=builder /build/llama.cpp/build/bin/*.so.* /usr/local/lib/ cache miss: [stage-1 3/11] COPY --from=builder /build/llama.cpp/build/bin/llama-server /usr/local/bin/llama-server cache miss: [stage-1 5/11] COPY --from=builder /build/llm-manager /usr/local/bin/llm-manager cache miss: [builder 6/6] RUN g++ -std=c++17 -O2 -DBOOST_ERROR_CODE_HEADER_ONLY -pthread /build/cpp/*.cpp -o /build/llm-manager cache miss: [builder 5/6] COPY cpp/ /build/cpp/ cache miss: [stage-1 11/11] WORKDIR /home/user cache miss: [stage-1 10/11] COPY --chown=user:user python/ /home/user/python/ cache miss: [stage-1 7/11] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip && rm -rf /var/lib/apt/lists/* {"total":21,"completed":12,"user_total":16,"user_cached":0,"user_completed":7,"user_cacheable":15,"from":1,"miss":15,"client_duration_ms":548853}
Build logs:
Fetching error logs...