aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtensorflow/tools/ci_build/install/install_openblas_ppc64le.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/ci_build/install/install_openblas_ppc64le.sh b/tensorflow/tools/ci_build/install/install_openblas_ppc64le.sh
index b73962854c..107cc61ff5 100755
--- a/tensorflow/tools/ci_build/install/install_openblas_ppc64le.sh
+++ b/tensorflow/tools/ci_build/install/install_openblas_ppc64le.sh
@@ -20,7 +20,7 @@ USE_OPENMP="USE_OPENMP=1"
OPENBLAS_INSTALL_PATH="/usr"
apt-get update
apt-get install -y gfortran gfortran-5
-sudo rm -rf ${OPENBLAS_SRC_PATH}
+rm -rf ${OPENBLAS_SRC_PATH}
git clone -b release-0.3.0 https://github.com/xianyi/OpenBLAS ${OPENBLAS_SRC_PATH}
cd ${OPENBLAS_SRC_PATH}
# Pick up fix for OpenBLAS issue 1571