add comment
This commit is contained in:
parent
6aaa183ee1
commit
7a383dbe65
3 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@ ENV GGML_CUDA=1
|
|||
# Enable cURL
|
||||
ENV LLAMA_CURL=1
|
||||
|
||||
# Only build targets used by tools.sh
|
||||
RUN make -j$(nproc) llama-quantize llama-cli llama-server
|
||||
|
||||
ENTRYPOINT ["/app/.devops/tools.sh"]
|
||||
|
|
|
@ -45,6 +45,7 @@ ENV LLAMA_CURL=1
|
|||
RUN apt-get update && \
|
||||
apt-get install -y libcurl4-openssl-dev
|
||||
|
||||
# Only build targets used by tools.sh
|
||||
RUN make -j$(nproc) llama-quantize llama-cli llama-server
|
||||
|
||||
ENTRYPOINT ["/app/.devops/tools.sh"]
|
||||
|
|
|
@ -17,7 +17,7 @@ COPY . .
|
|||
|
||||
ENV LLAMA_CURL=1
|
||||
|
||||
|
||||
# Only build targets used by tools.sh
|
||||
RUN make -j$(nproc) llama-quantize llama-cli llama-server
|
||||
|
||||
ENV LC_ALL=C.utf8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue