docker : added all CPU to GPU images (#12749)
This commit is contained in:
parent
31f7803bc4
commit
b0091ecc1e
5 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ WORKDIR /app
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=1 -DLLAMA_CURL=1 && \
|
||||
RUN cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=1 -DLLAMA_CURL=1 -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