Skip to content

Commit

Permalink
upd dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ocramz committed Jul 9, 2016
1 parent 2a80e7d commit 8ef570b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
FROM ubuntu:14.04
# FROM phusion/baseimage

MAINTAINER Marco Zocca <zocca marco gmail>
# based on `docker.openmpi` by Ole Weidner <[email protected]>
MAINTAINER Ole Weidner <[email protected]>

ENV USER mpirun

Expand All @@ -15,7 +14,8 @@ ENV DEBIAN_FRONTEND=noninteractive \

RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends openssh-server python-mpi4py python-numpy python-virtualenv python-scipy gcc gfortran openmpi-checkpoint binutils
apt-get install -y --no-install-recommends openssh-server python-mpi4py python-numpy python-virtualenv python-scipy gcc gfortran openmpi-checkpoint binutils && \
apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN mkdir /var/run/sshd
RUN echo 'root:${USER}' | chpasswd
Expand Down

0 comments on commit 8ef570b

Please sign in to comment.