From 565e4349ff5a04757ff8230ba9f0b470f9128d46 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 21 Feb 2023 10:53:30 -0500 Subject: [PATCH] Update photoprism-v5-install.sh fix cpu only suffix --- install/photoprism-v5-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/photoprism-v5-install.sh b/install/photoprism-v5-install.sh index 7946d390..084c512e 100644 --- a/install/photoprism-v5-install.sh +++ b/install/photoprism-v5-install.sh @@ -133,7 +133,7 @@ if grep -q avx2 /proc/cpuinfo; then elif grep -q avx /proc/cpuinfo; then suffix="avx-" else - suffix="" + suffix="1" fi version=$(curl -s https://dl.photoprism.org/tensorflow/amd64/ | grep -o "libtensorflow-amd64-$suffix.*\\.tar.gz" | head -n 1) wget -q https://dl.photoprism.org/tensorflow/amd64/$version