mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +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 upgrade -y && \
 | 
				
			||||||
    apt install -y libgomp1 curl && \
 | 
					    apt install -y libgomp1 curl && \
 | 
				
			||||||
    apt autoremove -y && \
 | 
					    apt autoremove -y && \
 | 
				
			||||||
    apt clean -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
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY --from=build /opt/llama.cpp/bin /
 | 
					COPY --from=build /opt/llama.cpp/bin /
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user