We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561947b commit af31af2Copy full SHA for af31af2
Dockerfile
@@ -5,8 +5,7 @@ MAINTAINER "Daniel Whatmuff" <[email protected]>
5
COPY yum.conf /etc/yum.conf
6
7
RUN yum clean all && \
8
- yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc lapack-devel blas-devel libyaml-devel && \
9
- yum --enablerepo=epel -y install hdf5-devel && \
+ yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc && \
10
pip install -U pip && \
11
pip install -U zappa mysql-python
12
0 commit comments