Skip to content
Snippets Groups Projects
Commit 1a2050e8 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Tentative fix for centos

parent 22d07349
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment