Skip to content

Commit 67670cc

Browse files
committed
Remove testing hardcoded paths
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
1 parent cbddd46 commit 67670cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tensorflow-core/tensorflow-core-api/configure

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ set -e
2121
bazel fetch @org_tensorflow//- || true
2222

2323
BASE=$(bazel info output_base)
24-
/mnt/c/Users/jimne/_bazel_Ryan/drtzmoke/external/org_tensorflow/configure
25-
mv /mnt/c/Users/jimne/_bazel_Ryan/drtzmoke/external/org_tensorflow/.tf_configure.bazelrc .
26-
#"$BASE"/external/org_tensorflow/configure
24+
"$BASE"/external/org_tensorflow/configure
25+
mv "$BASE"/external/org_tensorflow/.tf_configure.bazelrc .

0 commit comments

Comments
 (0)