Revert "latest changes"

This reverts commit 5fab6ab544.
This commit is contained in:
Marc R Kellerman 2023-04-15 15:26:34 -07:00
parent 50339456b0
commit daea8e158e
8 changed files with 90 additions and 51 deletions

View file

@ -10,7 +10,6 @@ COPY go.sum ./
RUN go mod download
RUN apt-get update
COPY . .
RUN go mod tidy
RUN go mod edit -replace github.com/go-skynet/go-llama.cpp=/build/go-llama.cpp
RUN C_INCLUDE_PATH=/build/go-llama.cpp LIBRARY_PATH=/build/go-llama.cpp go build -o llama-cli ./