mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update photoprism-install.sh
This commit is contained in:
		
							parent
							
								
									8840fabc1f
								
							
						
					
					
						commit
						28a714a4f7
					
				| 
						 | 
				
			
			@ -100,8 +100,18 @@ cp /root/go/bin/* /usr/local/go/bin/
 | 
			
		|||
cp /root/go/bin/* /usr/local/bin/
 | 
			
		||||
msg_ok "Installed Golang"
 | 
			
		||||
 | 
			
		||||
read -p "Check For Advanced Vector Extensions? " -n 1 -r
 | 
			
		||||
echo
 | 
			
		||||
if [[ $REPLY =~ ^[Yy]$ ]]
 | 
			
		||||
then
 | 
			
		||||
    check=yes
 | 
			
		||||
else
 | 
			
		||||
    check=no
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
msg_info "Installing Tensorflow"
 | 
			
		||||
if [[ "$AVX" == "avx2" ]]; then
 | 
			
		||||
if [ "$check" == "yes" ]; then 
 | 
			
		||||
  if [[ "$AVX" == "avx2" ]]; then
 | 
			
		||||
    wget https://dl.photoprism.org/tensorflow/linux/libtensorflow-linux-avx2-1.15.2.tar.gz &>/dev/null
 | 
			
		||||
    tar -C /usr/local -xzf libtensorflow-linux-avx2-1.15.2.tar.gz &>/dev/null
 | 
			
		||||
    elif [[ "$AVX" == "avx" ]]; then
 | 
			
		||||
| 
						 | 
				
			
			@ -110,6 +120,11 @@ if [[ "$AVX" == "avx2" ]]; then
 | 
			
		|||
    elif [[ "$AVX" == " " ]]; then
 | 
			
		||||
    wget https://dl.photoprism.org/tensorflow/linux/libtensorflow-linux-cpu-1.15.2.tar.gz &>/dev/null
 | 
			
		||||
    tar -C /usr/local -xzf libtensorflow-linux-cpu-1.15.2.tar.gz &>/dev/null
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
if [ "$check" == "no" ]; then 
 | 
			
		||||
  wget https://dl.photoprism.org/tensorflow/linux/libtensorflow-linux-cpu-1.15.2.tar.gz &>/dev/null
 | 
			
		||||
  tar -C /usr/local -xzf libtensorflow-linux-cpu-1.15.2.tar.gz &>/dev/null
 | 
			
		||||
fi
 | 
			
		||||
ldconfig &>/dev/null
 | 
			
		||||
msg_ok "Installed Tensorflow"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue