We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692fa57 + ff4efc9 commit 879bc1cCopy full SHA for 879bc1c
tensorflow/tools/tf_sig_build_dockerfiles/clone_test_repo.sh
@@ -8,7 +8,7 @@ clone_benchmark() {
8
local benchmarks_repo='https://github.com/tensorflow/benchmarks'
9
local tf_ver
10
tf_ver=$(grep -oP "_VERSION = '\K[0-9]+\.[0-9]+" \
11
- "${_DL_FLD}/tensorflow/tensorflow/tools/pip_package/setup.py")
+ "${_DL_FLD}/tensorflow/tensorflow/tools/pip_package/setup.py.tpl")
12
if [ -z "${tf_ver}" ]; then
13
echo "TF version cannot be found..."
14
exit 1
0 commit comments