File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ COPY --from=0 /usr/local/cuda/lib64/libcublasLt.so.12 ${LD_LIBRARY_PATH}/libcubl
19
19
COPY --from=0 /usr/local/cuda/lib64/libcudart.so.12 ${LD_LIBRARY_PATH}/libcudart.so.12
20
20
21
21
# copy llama.cpp binaries
22
- COPY --from=0 /srv/llama.cpp/main /usr/local/bin/llama
23
- COPY --from=0 /srv/llama.cpp/server /usr/local/bin/llama-server
22
+ COPY --from=0 /srv/llama.cpp/llama-cli /usr/local/bin/llama-cli
23
+ COPY --from=0 /srv/llama.cpp/llama- server /usr/local/bin/llama-server
24
24
25
25
# create llama user and set home directory
26
26
RUN useradd --system --create-home llama
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ENV LD_LIBRARY_PATH=/usr/local/lib
16
16
COPY --from=0 /usr/lib/llvm-16/lib/libomp.so.5 ${LD_LIBRARY_PATH}/libomp.so.5
17
17
18
18
# copy llama.cpp binaries
19
- COPY --from=0 /srv/llama.cpp/main /usr/local/bin/llama
20
- COPY --from=0 /srv/llama.cpp/server /usr/local/bin/llama-server
19
+ COPY --from=0 /srv/llama.cpp/llama-cli /usr/local/bin/llama-cli
20
+ COPY --from=0 /srv/llama.cpp/llama- server /usr/local/bin/llama-server
21
21
22
22
# create llama user and set home directory
23
23
RUN useradd --system --create-home llama
You can’t perform that action at this time.
0 commit comments