mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-11-04 03:27:14 -05:00 
			
		
		
		
	Merge pull request #654 from justinmdriggers/main
removed non-functional pip command
This commit is contained in:
		
						commit
						f4d34f05a6
					
				@ -32,7 +32,6 @@ RUN if [ "$with_models" = "true" ]; then  \
 | 
			
		||||
    fi \
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
RUN python -mvenv venv && ./venv/bin/pip install --no-cache-dir --upgrade pip
 | 
			
		||||
# Install package from source code
 | 
			
		||||
RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
 | 
			
		||||
    && pip3 install "numpy<2" \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user