FROM ubuntu:14.04 WORKDIR /data RUN apt-get update RUN apt-get install -y libopenmpi-dev openmpi-bin mpich git pkg-config gcc-4.7 nano make RUN apt-get install -y sudo