Skip to content

Commit 4005854

Browse files
committed
Add git and small fixups
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 01e75d9 commit 4005854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
make docker-build-llama-cpp
192192
make docker-save-llama-cpp
193-
make build-api
193+
PATH="$PATH:$HOME/go/bin" make build-api
194194
./local-ai backends install "ocifile://$PWD/backend-images/llama-cpp.tar"
195195
- name: Build images
196196
run: |

backend/Dockerfile.llama-cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ARG GO_VERSION=1.22.6
6666
RUN apt-get update && \
6767
apt-get install -y --no-install-recommends \
6868
build-essential \
69-
ccache \
69+
ccache git \
7070
ca-certificates \
7171
make \
7272
curl unzip \

0 commit comments

Comments
 (0)