Skip to content

Commit 3cecd42

Browse files
committed
Uncomment essential lines
1 parent 9187caa commit 3cecd42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ fi
242242
#
243243

244244
# Clone Repo
245-
# clone $TENSORFLOW "tensorflow"
245+
clone $TENSORFLOW "tensorflow"
246246

247247
# Go to tensorflow dir
248248
cd "tensorflow"
@@ -306,7 +306,7 @@ cp -a tensorflow/third_party $srcDir
306306
cp -a tensorflow/bazel-out/host/bin/. $libDir
307307

308308
# Remove repo folder
309-
# rm -rf "tensorflow"
309+
rm -rf "tensorflow"
310310

311311
echo ""
312312
echo "= Finished!"

0 commit comments

Comments
 (0)