From 9521556866c85baf702c2f934875866801aee38e Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Wed, 3 May 2017 11:09:43 -0700 Subject: [PATCH] Keep auditwheel at 1.5.0. Nightly is failing with the newest auditwheel release. --- tensorflow/tools/ci_build/install/install_auditwheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/install/install_auditwheel.sh b/tensorflow/tools/ci_build/install/install_auditwheel.sh index 2538a393d3f..e6f6124d567 100755 --- a/tensorflow/tools/ci_build/install/install_auditwheel.sh +++ b/tensorflow/tools/ci_build/install/install_auditwheel.sh @@ -16,7 +16,7 @@ set -e -sudo pip3 install auditwheel +sudo pip3 install auditwheel==1.5.0 set +e patchelf_location=$(which patchelf)