docker : include legacy llama-completion binary (#17964)

This commit is contained in:
Sigbjørn Skjæret
2025-12-12 19:39:23 +01:00
committed by GitHub
parent 482211438d
commit b7f5f46e03
9 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ ENTRYPOINT ["/app/tools.sh"]
# ==============================================================================
FROM base AS light
COPY --from=build /app/full/llama-cli /app
COPY --from=build /app/full/llama-cli /app/full/llama-completion /app
ENTRYPOINT [ "/app/llama-cli" ]