docker : do not build tests (#13204)
* docker : do not build tests * include "ggml-cpu.h"
This commit is contained in:
parent
a0f7016d17
commit
da84c04d8f
8 changed files with 9 additions and 8 deletions
|
@ -16,7 +16,7 @@ WORKDIR /app
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=1 -DLLAMA_CURL=1 -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON && \
|
||||
RUN cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=1 -DLLAMA_BUILD_TESTS=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON && \
|
||||
cmake --build build --config Release -j$(nproc)
|
||||
|
||||
RUN mkdir -p /app/lib && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue