mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-03 09:22:01 +00:00
devops: fix missing shared libraries in base
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -54,8 +54,12 @@ RUN apt update -y \
|
||||
&& find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
|
||||
&& find /var/cache -type f -delete
|
||||
|
||||
# Copy llama.cpp libraries
|
||||
COPY --from=collector /lib/llama.cpp /usr/lib/s390x-linux-gnu
|
||||
|
||||
# Copy all shared libraries
|
||||
COPY --from=collector /lib/distro /lib/s390x-linux-gnu
|
||||
|
||||
|
||||
### CLI Only
|
||||
FROM --platform=linux/s390x base AS light
|
||||
|
||||
Reference in New Issue
Block a user