aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.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.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.cpu')
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.cpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.cpu b/tensorflow/tools/ci_build/Dockerfile.cpu
index 94f54351c7..8e0be14ca6 100644
--- a/tensorflow/tools/ci_build/Dockerfile.cpu
+++ b/tensorflow/tools/ci_build/Dockerfile.cpu
@@ -13,6 +13,7 @@ RUN /install/install_bazel.sh
RUN /install/install_proto3.sh
RUN /install/install_buildifier.sh
RUN /install/install_auditwheel.sh
+RUN /install/install_golang.sh
# Set up bazelrc.
COPY install/.bazelrc /root/.bazelrc