Build and push Docker image #101
Annotations
1 error
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then export GGML_NATIVE=OFF; export GGML_CPU_ARM_ARCH=\"armv8-a\"; else export GGML_NATIVE=ON; export GGML_CPU_ARM_ARCH=\"\"; fi && apk add --no-cache --virtual .build-deps git=~2.45 g++=~13.2 make=~4.4 cmake=~3.29 linux-headers=~6.6 curl-dev=~8.11 && git clone -b ${LLAMA_GIT_TAG} --depth 1 https://github.com/ggerganov/llama.cpp . && touch examples/server/public/index.html && gzip -f examples/server/public/index.html && cmake -B build -DGGML_NATIVE=${GGML_NATIVE} -DGGML_CPU_ARM_ARCH=${GGML_CPU_ARM_ARCH} -DLLAMA_BUILD_SERVER=ON -DLLAMA_CURL=ON -DBUILD_SHARED_LIBS=OFF && cmake --build build --target llama-server --config Release && strip build/bin/llama-server && cp build/bin/llama-server /opt && rm -rf /opt/llama.cpp/* && apk del .build-deps" did not complete successfully: exit code: 2
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
SamuelTallet~alpine-llama-cpp-server~OSOU5M.dockerbuild
|
30.2 KB |
|