mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +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/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
 | 
				
			||||||
    && find /var/cache -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 --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
 | 
					### CLI Only
 | 
				
			||||||
FROM --platform=linux/s390x base AS light
 | 
					FROM --platform=linux/s390x base AS light
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user