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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 14 additions and 10 deletions

View file

@ -74,7 +74,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