Skip to content

Commit 6047880

Browse files
Updated the TF version for 1.14
1 parent 67e8da7 commit 6047880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -f .bazelrc
2525
if python -c "import tensorflow" &> /dev/null; then
2626
echo 'using installed tensorflow'
2727
else
28-
pip install tensorflow==1.13.1
28+
pip install tf-nightly==1.14.1.dev20190515
2929
pip install tensorflow_estimator
3030
fi
3131

0 commit comments

Comments
 (0)