From df1fc93433fe54be4a4a85e4624397d3f964cf50 Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Fri, 15 Jan 2021 11:44:53 -0800 Subject: [PATCH] Switch TensorFlow Python pip package (#4984) --- projects/tensorflow-py/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tensorflow-py/build.sh b/projects/tensorflow-py/build.sh index 36f13e079..afd501b62 100644 --- a/projects/tensorflow-py/build.sh +++ b/projects/tensorflow-py/build.sh @@ -15,7 +15,7 @@ # ################################################################################ -python3 -m pip install tensorflow +python3 -m pip install tf-nightly-cpu python3 -m pip install numpy # Rename to avoid the following: https://github.com/tensorflow/tensorflow/issues/40182