diff --git a/docker/scripts/install-tensorflow.sh b/docker/scripts/install-tensorflow.sh index 2fd218706..473716282 100755 --- a/docker/scripts/install-tensorflow.sh +++ b/docker/scripts/install-tensorflow.sh @@ -12,7 +12,7 @@ else elif [[ $1 == "arm64" ]]; then URL="https://dl.photoprism.org/tensorflow/$1/libtensorflow-$1-1.15.2.tar.gz" elif [[ $1 == "arm" ]]; then - URL="https://github.com/Qengineering/TensorFlow-Raspberry-Pi/blob/master/libtensorflow_1_15_2.tar.gz?raw=true" + URL="https://dl.photoprism.org/tensorflow/$1/libtensorflow-$1-1.15.2.tar.gz" else echo "cpu architecture not supported by now" 1>&2 exit 1