Docker: Change arm TensorFlow download URL
This commit is contained in:
parent
fc832ce089
commit
adeb18dc44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue