aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/gcs_test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/gcs_test/Dockerfile')
-rw-r--r--tensorflow/tools/gcs_test/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/tools/gcs_test/Dockerfile b/tensorflow/tools/gcs_test/Dockerfile
index a9db7ce9b0..1df0069272 100644
--- a/tensorflow/tools/gcs_test/Dockerfile
+++ b/tensorflow/tools/gcs_test/Dockerfile
@@ -15,9 +15,9 @@ RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/install_google_clou
RUN chmod +x install_google_cloud_sdk.bash
RUN ./install_google_cloud_sdk.bash --disable-prompts --install-dir=/var/gcloud
-# Install nightly TensorFlow pip
-RUN pip install \
- https://ci.tensorflow.org/view/Nightly/job/nightly-matrix-cpu/TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON2,label=cpu-slave/lastSuccessfulBuild/artifact/pip_test/whl/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
+# Install TensorFlow pip from build context.
+COPY tensorflow-*.whl /
+RUN pip install /tensorflow-*.whl
# Copy test files
RUN mkdir -p /gcs-smoke/python