mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Update to latest url for tensorflow lite wheel
This commit is contained in:
		
							parent
							
								
									8e9110f42e
								
							
						
					
					
						commit
						777fb1d5d1
					
				@ -38,9 +38,9 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
 | 
			
		||||
    && apt -qq install --no-install-recommends -y \
 | 
			
		||||
        libedgetpu1-max \
 | 
			
		||||
    ## Tensorflow lite (python 3.7 only)
 | 
			
		||||
    && wget -q https://dl.google.com/coral/python/tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl \
 | 
			
		||||
    && python3.7 -m pip install tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl \
 | 
			
		||||
    && rm tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl \
 | 
			
		||||
    && wget -q https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl \
 | 
			
		||||
    && python3.7 -m pip install tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl \
 | 
			
		||||
    && rm tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl \
 | 
			
		||||
    && rm -rf /var/lib/apt/lists/* \
 | 
			
		||||
    && (apt-get autoremove -y; apt-get autoclean -y)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user