Skip to content

Commit af31af2

Browse files
chuckoyChuck Logan Lim
authored andcommitted
Remove packages for scipy, h5py, and pyyaml
Can't deploy AWS Lambda packages with Tensorflow as it exceeds the size limit.
1 parent 561947b commit af31af2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ MAINTAINER "Daniel Whatmuff" <[email protected]>
55
COPY yum.conf /etc/yum.conf
66

77
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 && \
8+
yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc && \
109
pip install -U pip && \
1110
pip install -U zappa mysql-python
1211

0 commit comments

Comments
 (0)