From c723cd3b33d70715f0bb43951698adaba76eaffa Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 1 Aug 2019 15:04:52 +0200 Subject: [PATCH] Pin numpy version --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a19abf..550ea94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN pip2 install --upgrade pip && \ pip2 install --upgrade wheel && \ pip2 install --upgrade pillow \ - moviepy \ + numpy==1.16.4 \ + moviepy==0.2.3.5 \ psycopg2-binary \ pylibmc \ django-pylibmc -- GitLab