mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-18 21:45:01 -04:00
fix: llama dockerfile make package (#6694)
the make package rule does not currently always run resulting in an empty scratch image. - added `make -B` flag to force the `make package` rule Signed-off-by: blob42 <contact@blob42.xyz>
This commit is contained in:
@@ -197,7 +197,7 @@ EOT
|
||||
|
||||
|
||||
# Copy libraries using a script to handle architecture differences
|
||||
RUN make -C /LocalAI/backend/cpp/llama-cpp package
|
||||
RUN make -BC /LocalAI/backend/cpp/llama-cpp package
|
||||
|
||||
|
||||
FROM scratch
|
||||
|
||||
Reference in New Issue
Block a user