use default python (#10070)
This commit is contained in:
		
							parent
							
								
									9050991e4e
								
							
						
					
					
						commit
						f8dcaff7f4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -67,6 +67,7 @@ RUN cd /llm && \
 | 
				
			||||||
    pip install -r requirements.txt && \
 | 
					    pip install -r requirements.txt && \
 | 
				
			||||||
    pip install transformers==4.36.2 && \
 | 
					    pip install transformers==4.36.2 && \
 | 
				
			||||||
    pip install transformers_stream_generator && \
 | 
					    pip install transformers_stream_generator && \
 | 
				
			||||||
    rm -rf llvm-project llvm-release intel-extension-for-pytorch compile_bundle.sh
 | 
					    rm -rf llvm-project llvm-release intel-extension-for-pytorch compile_bundle.sh && \
 | 
				
			||||||
 | 
					    echo "conda deactivate" >> /root/.bashrc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENTRYPOINT ["/bin/bash"]
 | 
					ENTRYPOINT ["/bin/bash"]
 | 
				
			||||||
		Loading…
	
		Reference in a new issue