From 73fa9611ce25fc13d0f65cf371f3ccd38aaaf4f6 Mon Sep 17 00:00:00 2001 From: Riley Bauer Date: Mon, 3 Jun 2019 01:25:23 -0700 Subject: [PATCH] Installs pandas-profiling early to avoid issue installing as part of pydatalab --- containers/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/base/Dockerfile b/containers/base/Dockerfile index c5fe716d8..f73de6578 100644 --- a/containers/base/Dockerfile +++ b/containers/base/Dockerfile @@ -87,6 +87,7 @@ RUN echo "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sour oauth2client==2.2.0 \ pandas-gbq==0.3.0 \ pandas==0.22.0 \ + pandas-profiling==1.4.2 \ pandocfilters==1.4.2 \ pillow==5.0.0 \ pip==18.1 \