mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-11 19:11:32 -04:00
docker : build only main and server in their images (#7782)
* add openmp lib to dockerfiles * build only main and server in their docker images
This commit is contained in:
@@ -11,7 +11,7 @@ COPY . .
|
||||
|
||||
ENV LLAMA_CURL=1
|
||||
|
||||
RUN make -j$(nproc)
|
||||
RUN make -j$(nproc) server
|
||||
|
||||
FROM ubuntu:$UBUNTU_VERSION as runtime
|
||||
|
||||
|
Reference in New Issue
Block a user