Skip to content

Commit ff4efc9

Browse files
authored
Update clone_test_repo.sh
1 parent 692fa57 commit ff4efc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/tf_sig_build_dockerfiles/clone_test_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clone_benchmark() {
88
local benchmarks_repo='https://github.com/tensorflow/benchmarks'
99
local tf_ver
1010
tf_ver=$(grep -oP "_VERSION = '\K[0-9]+\.[0-9]+" \
11-
"${_DL_FLD}/tensorflow/tensorflow/tools/pip_package/setup.py")
11+
"${_DL_FLD}/tensorflow/tensorflow/tools/pip_package/setup.py.tpl")
1212
if [ -z "${tf_ver}" ]; then
1313
echo "TF version cannot be found..."
1414
exit 1

0 commit comments

Comments
 (0)