Ciao Roberto, Roberto Scipioni <[email protected]> writes:
> Dear Sir or Madam, > > I have been trying to install alphafold using Easybuild on Centos 7/8 > using eb 4.5 4.6 4.8.1 using different Toolchains, different architectures, > ....etc to no avail > > It stops systematically at Tensorflow/Bazel installation and/or in > some cases when attempting to install Alphafold at the repo section > giving errors about incomplete downloads / wrong EOF etc. > > I wonder whether anybody could give me any pointer on how to proceed. > Honestly I am not sure where to start ...:-( Recently I have used the following successfully eb AlphaFold-2.3.1-foss-2022a-CUDA-11.7.0.eb --robot --cuda-compute-capabilities=6.1,7.5 --buildpath=/dev/shm --tmpdir=/scratch/eb-build Using /dev/shm as the build path should accelerate the build, assuming you have enough memory. We change the tmpdir to prevent /tmp on the node where the build job runs from filling up, as other jobs may also be writing to there. HTH Loris -- Dr. Loris Bennett (Herr/Mr) ZEDAT, Freie Universität Berlin

