From 1a2050e85b805b7528f25dca97835e92d4feb402 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sun, 24 Oct 2021 14:40:34 +0200 Subject: [PATCH] Tentative fix for centos --- docker/centos7 | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/centos7 b/docker/centos7 index e59daea2c..a2845a02d 100644 --- a/docker/centos7 +++ b/docker/centos7 @@ -7,6 +7,7 @@ RUN yum -y update \ && yum -y install environment-modules gawk vim wget \ lapack-devel blas-devel zlib-devel gsl-devel fftw-devel openmpi-devel \ python3 python3-devel python3-pip \ + && pip3 install pillow==8.3.0 \ && pip3 install numpy==1.19 \ && pip3 install cython numpy pandas mdtraj \ && pip3 install MDAnalysis==1.0.0 -- GitLab