google-deepmind / google-deepmind/alphafold

Error when create a container

Open
#719 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14.9k
Forks
2.9k
PR merge metrics
No merged PRs in 30d

Description

Hi,
I have successfully built the image from the Dockerfile and it's ok for `run_docker.py`. But something wrong happend when I tried to create a container. I used the following command:
```
sudo docker run --gpus all -it -v /TEST/data/:/test --shm-size="128g" --name=test alphafold:latest /bin/bash
```
the error is as followed:
```
FATAL Flags parsing error:
flag --fasta_paths=None: Flag --fasta_paths must have a value other than None.
flag --output_dir=None: Flag --output_dir must have a value other than None.
flag --data_dir=None: Flag --data_dir must have a value other than None.
flag --uniref90_database_path=None: Flag --uniref90_database_path must have a value other than None.
flag --mgnify_database_path=None: Flag --mgnify_database_path must have a value other than Non e.
flag --template_mmcif_dir=None: Flag --template_mmcif_dir must have a value other than None.
flag --max_template_date=None: Flag --max_template_date must have a value other than None.
flag --obsolete_pdbs_path=None: Flag --obsolete_pdbs_path must have a value other than None.
flag --use_gpu_relax=None: Flag --use_gpu_relax must have a value other than None.
Pass --helpshort or --helpfull to see help on flags.
```
The error seems result from missing paramter for `run_alphafold.py`. My question is I used the command `/bin/bash` to create the container why I encounter the error from `run_alphafold.py`,Can I create and enter a container and pass the paramter when I run `run_alphafold.py`?
Any suggestion is appreciated!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.