aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2017-02-17 12:09:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-17 12:24:50 -0800
commit8ee4e7ba0f519e4daf96f8db9005e19bdeaedf13 (patch)
tree3f577ce2a70828fe78613b1bac60b8824836345a /tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu
parentc47d325f8760eb5050fa1b40a94de0a1f14f6e7f (diff)
Go: Run tests during continuous integration
TensorFlow uses bazel to build and test. However, the TensorFlow Go API is targeted for use with the 'go' tool. This commit: - Adds a shell test so that usage with the 'go' tool can be tested with 'bazel test //tensorflow/go/...' - Installs Go in the images used in the continuous build Change: 147864583
Diffstat (limited to 'tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu')
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu b/tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu
index fa74320b1e..16ff229c59 100644
--- a/tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu
+++ b/tensorflow/tools/ci_build/Dockerfile.debian.jessie.cpu
@@ -9,6 +9,7 @@ RUN echo "deb http://http.debian.net/debian jessie-backports main" | tee -a /etc
RUN /install/install_deb_packages.sh
RUN /install/install_pip_packages.sh
RUN /install/install_bazel.sh
+RUN /install/install_golang.sh
# Fix a virtualenv install issue specific to Debian Jessie.
RUN pip install --upgrade virtualenv