aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.cmake
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2016-08-12 15:02:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-12 16:16:31 -0700
commita92da9e09fb476a9b267499e326919a89b826fb7 (patch)
tree37c257b0d2d5e82b6f8caa8ad97e4f4de2b39a75 /tensorflow/tools/ci_build/Dockerfile.cmake
parent9ace75c7c88f30a488ce022be03b8f6dc1c9c990 (diff)
Merge changes from github.
Change: 130150683
Diffstat (limited to 'tensorflow/tools/ci_build/Dockerfile.cmake')
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.cmake b/tensorflow/tools/ci_build/Dockerfile.cmake
new file mode 100644
index 0000000000..4b2e7d3c87
--- /dev/null
+++ b/tensorflow/tools/ci_build/Dockerfile.cmake
@@ -0,0 +1,16 @@
+FROM ubuntu:16.04
+
+MAINTAINER Shanqing Cai <cais@google.com>
+
+# Copy and run the install scripts.
+COPY install/*.sh /install/
+RUN /install/install_bootstrap_deb_packages.sh
+RUN /install/install_deb_packages.sh
+RUN /install/install_proto3_from_source.sh
+
+RUN pip install --upgrade numpy
+
+# Install golang
+RUN add-apt-repository -y ppa:ubuntu-lxc/lxd-stable
+RUN apt-get update
+RUN apt-get install -y golang