aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/files/configure_tensorflow-git
diff options
context:
space:
mode:
Diffstat (limited to 'ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/files/configure_tensorflow-git')
-rw-r--r--ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/files/configure_tensorflow-git11
1 files changed, 0 insertions, 11 deletions
diff --git a/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/files/configure_tensorflow-git b/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/files/configure_tensorflow-git
deleted file mode 100644
index ecb0d64d0b..0000000000
--- a/ldcg-python-manylinux-tensorflow/ansible/roles/tensorflow/files/configure_tensorflow-git
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/expect
-spawn "./configure"
-expect {
- "*Please specify the location of python*" {send "\r";exp_continue}
- "*Please input the desired Python library path to use*" {send "\r";exp_continue}
- "*Do you wish to build TensorFlow with ROCm support*" {send "n\r";exp_continue}
- "*Do you wish to build TensorFlow with CUDA support*" {send "n\r";exp_continue}
- "*Do you wish to download a fresh release of clang*" {send "n\r";exp_continue}
- "*Please specify optimization flags to use during compilation when bazel option*" {send "\r";exp_continue}
- "*Would you like to interactively configure*" {send "n\r";exp_continue}
-}