fix tensorflow

This commit is contained in:
bigeagle 2016-11-06 22:15:44 +08:00
parent 41c93a8b87
commit 344a96bf0a
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A

View File

@ -4,6 +4,7 @@ set -u
set -e set -e
set -o pipefail set -o pipefail
_here=`dirname $(realpath $0)`
XMLPARSE="${_here}/helpers/tf-xml-filelist.py" XMLPARSE="${_here}/helpers/tf-xml-filelist.py"
TF_UPSTREAM_BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://storage.googleapis.com/tensorflow"} TF_UPSTREAM_BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://storage.googleapis.com/tensorflow"}