From 339477aa8ad9abe17190a978dcfa2f0aaf8b3de5 Mon Sep 17 00:00:00 2001 From: "William D. Irons" Date: Mon, 18 Jun 2018 14:28:09 -0500 Subject: [PATCH] Fix golang_ppc64le filename Had used the old style ppc64el in the original filename --- tensorflow/tools/ci_build/Dockerfile.cpu.ppc64le | 2 +- tensorflow/tools/ci_build/Dockerfile.gpu.ppc64le | 2 +- .../{install_golang_ppc64el.sh => install_golang_ppc64le.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tensorflow/tools/ci_build/install/{install_golang_ppc64el.sh => install_golang_ppc64le.sh} (100%) diff --git a/tensorflow/tools/ci_build/Dockerfile.cpu.ppc64le b/tensorflow/tools/ci_build/Dockerfile.cpu.ppc64le index 4aa2ef5eba6..f496ac59b68 100644 --- a/tensorflow/tools/ci_build/Dockerfile.cpu.ppc64le +++ b/tensorflow/tools/ci_build/Dockerfile.cpu.ppc64le @@ -13,7 +13,7 @@ RUN /install/install_bazel_from_source.sh RUN /install/install_proto3.sh RUN /install/install_buildifier_from_source.sh RUN /install/install_auditwheel.sh -RUN /install/install_golang_ppc64el.sh +RUN /install/install_golang_ppc64le.sh # Set up the master bazelrc configuration file. COPY install/.bazelrc /etc/bazel.bazelrc diff --git a/tensorflow/tools/ci_build/Dockerfile.gpu.ppc64le b/tensorflow/tools/ci_build/Dockerfile.gpu.ppc64le index 9ec6ae6ef4c..3eddc565509 100644 --- a/tensorflow/tools/ci_build/Dockerfile.gpu.ppc64le +++ b/tensorflow/tools/ci_build/Dockerfile.gpu.ppc64le @@ -16,7 +16,7 @@ RUN /install/install_deb_packages.sh RUN apt-get update && apt-get install -y libopenblas-dev RUN /install/install_pip_packages.sh RUN /install/install_bazel_from_source.sh -RUN /install/install_golang_ppc64el.sh +RUN /install/install_golang_ppc64le.sh # Set up the master bazelrc configuration file. COPY install/.bazelrc /etc/bazel.bazelrc diff --git a/tensorflow/tools/ci_build/install/install_golang_ppc64el.sh b/tensorflow/tools/ci_build/install/install_golang_ppc64le.sh similarity index 100% rename from tensorflow/tools/ci_build/install/install_golang_ppc64el.sh rename to tensorflow/tools/ci_build/install/install_golang_ppc64le.sh