-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker.errors.ImageNotFound: 404 Client Error when running python3 docker/run_docker.py #107
Comments
what is the output of |
|
I ran this command from within the alphafold directory yesterday, and it seemed to complete fine, so I'm not sure why alphafold isn't showing up in docker images: |
Apparently there are some issues on the alphafold docker image, maybe you should try the |
OK, I'll try that, thank you :) |
Now the docker build command no longer works for me. I get the following output:
|
I seem to have an issue with this line in docker/Dockerfile: So, I changed it to: because in the recommended test for whether alphafold will be able to access a GPU, the command is: the docker build command is currently running. |
OK, I edited the docker/Dockerfile to be this (I added the ARG CUDA_VERSION=11.2.2 line myself), and now docker images shows alphafold:
|
Now the original command finally works!
|
Hi all,
when I try the command to try the docker alphafold script
python3 docker/run_docker.py --fasta_paths=/media/HDD1/COVID-19/proteins/ORF3a.fa --max_template_date=2020-05-14 --preset=casp14
I get the following error:
The docker installation seemed to go well, and the output of this:
docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi
is:
Mon Aug 9 07:53:40 2021
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: