aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.hadoop
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/ci_build/Dockerfile.hadoop')
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.hadoop7
1 files changed, 3 insertions, 4 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.hadoop b/tensorflow/tools/ci_build/Dockerfile.hadoop
index 7af9f38708..489493c26e 100644
--- a/tensorflow/tools/ci_build/Dockerfile.hadoop
+++ b/tensorflow/tools/ci_build/Dockerfile.hadoop
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM ubuntu:14.04
MAINTAINER Jonathan Hseu <jhseu@google.com>
@@ -14,6 +14,5 @@ RUN /install/install_proto3.sh
RUN /install/install_buildifier.sh
RUN /install/install_hadoop.sh
-# Set up bazelrc.
-COPY install/.bazelrc /root/.bazelrc
-ENV BAZELRC /root/.bazelrc
+# Set up the master bazelrc configuration file.
+COPY install/.bazelrc /etc/bazel.bazelrc