Loading docker/centos7 +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docker/centos7 +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading