aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/ci_build/Dockerfile.cmake')
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.cmake b/tensorflow/tools/ci_build/Dockerfile.cmake
index d5dea4f3e4..ec90c83aac 100644
--- a/tensorflow/tools/ci_build/Dockerfile.cmake
+++ b/tensorflow/tools/ci_build/Dockerfile.cmake
@@ -23,12 +23,11 @@ RUN /install/install_deb_packages.sh
RUN apt-get update
RUN apt-get install -y --no-install-recommends python-pip
-RUN pip install --upgrade wheel
RUN pip install --upgrade astor
RUN pip install --upgrade gast
RUN pip install --upgrade numpy
RUN pip install --upgrade termcolor
# Install golang
-RUN apt-get install -t xenial-backports -y golang-1.9
-ENV PATH=${PATH}:/usr/lib/go-1.9/bin
+RUN add-apt-repository -y ppa:ubuntu-lxc/lxd-stable
+RUN apt-get install -y golang