We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e75d9 commit 4005854Copy full SHA for 4005854
.github/workflows/test.yml
@@ -190,7 +190,7 @@ jobs:
190
run: |
191
make docker-build-llama-cpp
192
make docker-save-llama-cpp
193
- make build-api
+ PATH="$PATH:$HOME/go/bin" make build-api
194
./local-ai backends install "ocifile://$PWD/backend-images/llama-cpp.tar"
195
- name: Build images
196
backend/Dockerfile.llama-cpp
@@ -66,7 +66,7 @@ ARG GO_VERSION=1.22.6
66
RUN apt-get update && \
67
apt-get install -y --no-install-recommends \
68
build-essential \
69
- ccache \
+ ccache git \
70
ca-certificates \
71
make \
72
curl unzip \
0 commit comments