google-deepmind / google-deepmind/alphafold
InvalidSpec: The package "nvidia/linux-64::cuda-compiler==12.5.0=0" is not available for the specified platform
- Dominant language
- Python
- Stars
- 14.9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
I just encountered the error written in the title.
`InvalidSpec: The package "nvidia/linux-64::cuda-compiler==12.5.0=0" is not available for the specified platform`
I have installed AF in several computers all of them running the same AlmaLinux installed in the same way. Never had a problem.
but today I found that line at the end.
In the midle of the screen output I can see this:
`ERROR [ 5/12] RUN conda install -qy conda==24.1.2 pip python=3.11 && conda install -y -c nvidia cuda=12.2.2 && conda install -y -c conda-forge openmm=8.0.0 pdbfixer && conda clean --all --force-pkgs-dirs --yes 269.9s
`
this is what I executed:
```
git clone https://github.com/deepmind/alphafold.git
cd alphafold/
docker build -f docker/Dockerfile -t alphafold .
```
I believe that this is the first time that I execute the docker build before downloading the DBs, could it be related?
Contributor guide
Assessment
This issue has not been assessed yet.