FROM ubuntu:16.04 MAINTAINER Gunhan Gulsoy # Install make build dependencies for TensorFlow. RUN apt-get update RUN apt-get install -y \ autoconf \ automake \ curl \ g++ \ git \ libtool \ make \ python \ unzip \ zlib1g-dev