rosswalker
rosswalker
I see the same problem on multiple machines running Ubuntu 22.04 LTS. This worked fine a week ago so something has changed and for some reason it is looking for...
Looks like the problem is related to the openmm step of the install. Splitting the Dockerfile as: ``` ENV PATH="/opt/conda/bin:$PATH" ENV LD_LIBRARY_PATH="/opt/conda/lib:$LD_LIBRARY_PATH" RUN conda install -qy conda==24.1.2 pip python=3.11 RUN...
So manually specifying the version of all the various related packages works around the NVIDIA / conda versioning bug and actually allows one to build alphafold2 properly. So until someone...
>I0615 05:26:36.909404 140023758477120 run_docker.py:264] ValueError: Could not find Jackhmmer database /mnt/>uniref90_database_path/uniref90.fasta >Can anyone guide me on how to fix this issue? This looks like you are missing the necessary data...