mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-01 09:01:57 +00:00
devops: remove apt clean steps as distroless misses it
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -39,10 +39,7 @@ RUN apt update -y && \
|
||||
apt upgrade -y && \
|
||||
apt install -y libgomp1 curl && \
|
||||
apt autoremove -y && \
|
||||
apt clean -y && \
|
||||
rm -rf /tmp/* /var/tmp/* && \
|
||||
find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete && \
|
||||
find /var/cache -type f -delete
|
||||
apt clean -y
|
||||
|
||||
COPY --from=build /opt/llama.cpp/bin /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user