aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/gcs_test
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-03-31 10:05:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-31 11:30:36 -0700
commitac933c956a01187b626a4095ea00822364cfb6c2 (patch)
tree7606dc0bbf82ad08b3e844d57d54c8527823482f /tensorflow/tools/gcs_test
parent997ffb515f33911bde527465ab886a93a3cf9e67 (diff)
Fix issue in installing latest nightly tensorflow pip wheel in ubuntu:16.04-based gcs_test Dockerfile
Change: 151843345
Diffstat (limited to 'tensorflow/tools/gcs_test')
-rw-r--r--tensorflow/tools/gcs_test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/gcs_test/Dockerfile b/tensorflow/tools/gcs_test/Dockerfile
index 1df0069272..581bded65d 100644
--- a/tensorflow/tools/gcs_test/Dockerfile
+++ b/tensorflow/tools/gcs_test/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:16.04
MAINTAINER Shanqing Cai <cais@google.com>
RUN apt-get update
-RUN apt-get install -y --no-install-recommends \
+RUN apt-get install -y \
curl \
libcurl4-openssl-dev \
python \