We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e754120 commit 4e7e4afCopy full SHA for 4e7e4af
.devops/s390x.Dockerfile
@@ -104,6 +104,7 @@ FROM base AS light
104
WORKDIR /llama.cpp/bin
105
106
# Copy llama.cpp binaries and libraries
107
+COPY --from=collector /llama.cpp/bin/*.so /llama.cpp/bin
108
COPY --from=collector /llama.cpp/bin/llama-cli /llama.cpp/bin
109
110
ENTRYPOINT [ "/llama.cpp/bin/llama-cli" ]
@@ -117,6 +118,7 @@ ENV LLAMA_ARG_HOST=0.0.0.0
117
118
119
120
121
122
COPY --from=collector /llama.cpp/bin/llama-server /llama.cpp/bin
123
124
EXPOSE 8080
0 commit comments