Remove unused Gradio (#12995)
This commit is contained in:
		
							parent
							
								
									46a4f53967
								
							
						
					
					
						commit
						7a86dd0569
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -160,7 +160,6 @@ RUN set -eux && \
 | 
				
			||||||
    pip install --upgrade cmake && \
 | 
					    pip install --upgrade cmake && \
 | 
				
			||||||
    VLLM_TARGET_DEVICE=xpu pip install --no-build-isolation -v /llm/vllm && \
 | 
					    VLLM_TARGET_DEVICE=xpu pip install --no-build-isolation -v /llm/vllm && \
 | 
				
			||||||
    pip install mpi4py fastapi uvicorn openai && \
 | 
					    pip install mpi4py fastapi uvicorn openai && \
 | 
				
			||||||
    pip install gradio==4.43.0 && \
 | 
					 | 
				
			||||||
    pip install ray
 | 
					    pip install ray
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /llm/
 | 
					WORKDIR /llm/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue