docker: use GGML_NATIVE=OFF (#10368)
This commit is contained in:
parent
76e9e58b78
commit
75207b3a88
11 changed files with 11 additions and 11 deletions
|
@ -14,7 +14,7 @@ RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key
|
|||
# Build it
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN cmake -B build -DGGML_VULKAN=1 && \
|
||||
RUN cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=1 && \
|
||||
cmake --build build --config Release --target llama-cli
|
||||
|
||||
# Clean up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue