From af31af22c03508d22ac1682fb640a38bb275e2c7 Mon Sep 17 00:00:00 2001 From: Chuck Logan Lim <5405818+chuckoy@users.noreply.github.com> Date: Thu, 15 Mar 2018 09:50:53 +1100 Subject: [PATCH] Remove packages for scipy, h5py, and pyyaml Can't deploy AWS Lambda packages with Tensorflow as it exceeds the size limit. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d454b52..819f1ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ MAINTAINER "Daniel Whatmuff" COPY yum.conf /etc/yum.conf RUN yum clean all && \ - yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc lapack-devel blas-devel libyaml-devel && \ - yum --enablerepo=epel -y install hdf5-devel && \ + yum -y install python27-devel python27-virtualenv vim postgresql postgresql-devel mysql mysql-devel gcc && \ pip install -U pip && \ pip install -U zappa mysql-python