mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	devops: fix shared libs in distroless
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
		@@ -36,7 +36,7 @@ ENV LLAMA_ARG_HOST=0.0.0.0
 | 
			
		||||
ENV LLAMA_ARG_PORT=8080
 | 
			
		||||
 | 
			
		||||
COPY --from=build /opt/llama.cpp/bin /
 | 
			
		||||
COPY --from=build /opt/llama.cpp/lib /
 | 
			
		||||
COPY --from=build /opt/llama.cpp/lib /usr/lib
 | 
			
		||||
 | 
			
		||||
WORKDIR /models
 | 
			
		||||
USER nonroot:nonroot
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user