mirror of
				https://github.com/hiyouga/LLaMA-Factory.git
				synced 2025-11-04 18:02:19 +08:00 
			
		
		
		
	fix: splitted Dockerfile's CMD
Former-commit-id: d8032550c7e084648fbf24da5abbac6432b54f26
This commit is contained in:
		
							parent
							
								
									4bde37e7c8
								
							
						
					
					
						commit
						8493753fab
					
				@ -11,4 +11,4 @@ RUN pip install -e .[deepspeed,metrics,bitsandbytes,qwen]
 | 
			
		||||
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]
 | 
			
		||||
EXPOSE 7860
 | 
			
		||||
 | 
			
		||||
CMD [ "llamafactory-cli webui" ]
 | 
			
		||||
CMD [ "llamafactory-cli", "webui" ]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user