-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Are there any plans on adding the AlphaFold3 container image to any container registry like DockerHub? I believe it could simplify the installation a lot for some users.
Would as a bonus also improve reproducibility.
Example use case
Users of an academic HPC compute cluster running Apptainer/Singularity, set-up so that users can install their own containers. Currently they would have two alternatives:
- Installation as recommended:
- Install Docker on their own computer (possibly first need to install VM to install docker in)
- Build image according to suggestions here
- Convert to singularity/apptainer image
- Transfer to cluster and hope that it works
- Direct singularity install
- Try to translate Dockerfile to Apptainer/Singularity definition file
- Try building, if it doesn't work go back to 1
However, if you added it to a container registry the step would instead be:
apptainer pull alphafold3.sif registry.io/deepmind/alphafold3:latest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request