aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/Dockerfile.cmake
blob: 8a28fe6cdf95956fa88a264f11174839b94a528d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 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