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
@@ -81,7 +81,7 @@ ENTRYPOINT ["/app/tools.sh"]
### Light, CLI only
FROM base AS light
COPY --from=build /app/full/llama-cli /app
COPY --from=build /app/full/llama-cli /app/full/llama-completion /app
WORKDIR /app