devops: fix unknown model loading failures
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
c3ab7855fd
commit
451aceb9a0
|
|
@ -45,7 +45,7 @@ ENV LLAMA_ARG_HOST=0.0.0.0
|
||||||
ENV LLAMA_ARG_PORT=8080
|
ENV LLAMA_ARG_PORT=8080
|
||||||
|
|
||||||
# Copy llama.cpp binaries and libraries
|
# Copy llama.cpp binaries and libraries
|
||||||
COPY --from=collector /bin/llama.cpp/llama-server /
|
COPY --from=collector /bin/llama.cpp /
|
||||||
COPY --from=collector /lib/llama.cpp /usr/lib/s390x-linux-gnu
|
COPY --from=collector /lib/llama.cpp /usr/lib/s390x-linux-gnu
|
||||||
|
|
||||||
# Copy all shared libraries
|
# Copy all shared libraries
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue