mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
fix tensorflow
This commit is contained in:
parent
41c93a8b87
commit
344a96bf0a
@ -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"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user