Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created February 3, 2015 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jim-Holmstroem/56b0808e9e08b56e44e3 to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/56b0808e9e08b56e44e3 to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
USER root
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
RUN apt-get update && apt-get install --assume-yes \
build-essential \
cython \
gcc \
gfortran \
libblas-dev \
libev-dev \
libev4 \
liblapack-dev \
ntp \
python \
python-dev \
python-pip
RUN pip install \
nose==1.3.0 \
numpy==1.9.0 \
pandas==0.14.1 \
scipy==0.14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment