The official PyRosetta docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current PyRosetta docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
PyRosetta is a Python-based interactive platform for the computational design and modeling of proteins, built on the Rosetta biomolecular modeling suite. It provides access to molecular modeling algorithms for structure prediction, design, and analysis.
Learn more on PyRosetta official site.
The tag of each pyrosetta docker image is consist of the version of pyrosetta and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 2026.29-oe2403sp4 | PyRosetta 2026.29 on openEuler 24.03-LTS-SP4 | amd64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/pyrosetta image from docker
docker pull openeuler/pyrosetta:{Tag}
Run a container and start an interactive Python session
docker run -it --rm openeuler/pyrosetta:{Tag}
Import PyRosetta inside the container
docker run -it --rm openeuler/pyrosetta:{Tag} python3 -c "import pyrosetta; print(pyrosetta.version())"
The openeuler/pyrosetta image is used to verify the integration between the upstream PyRosetta version and openEuler.
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:222bf997e…
Size
1.2 GB
Last updated
about 20 hours ago
docker pull openeuler/pyrosetta