From a341e395cb700cbcd0b786ce370374aec5c84449 Mon Sep 17 00:00:00 2001 From: Michael Perry Date: Tue, 15 Oct 2019 22:56:48 -0700 Subject: [PATCH] pin numpy version --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7e8e39e..73d46b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update && apt-get -y install \ # Install Pip libs RUN pip install \ + numpy==1.15.1 \ python-dateutil==2.6.0 \ pytz==2017.2 \ tzlocal==1.4 \