mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	Add llama.cpp docker support for non-latin languages (#1673)
* Modify Dockerfile default character set to improve compatibility (#1673)
This commit is contained in:
		@@ -15,4 +15,6 @@ FROM ubuntu:$UBUNTU_VERSION as runtime
 | 
			
		||||
 | 
			
		||||
COPY --from=build /app/main /main
 | 
			
		||||
 | 
			
		||||
ENV LC_ALL=C.utf8
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT [ "/main" ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user