A Docker image for the next-gen molecular visualization program, UCSF ChimeraX.
- Ubuntu 20.04 as base image
- Fix hash sum mismatch issue. For more details, see here.
- Install ChimeraX 1.5
-
Clone this repository and
cd
into it:git clone https://github.com/maduprey/chimerax-docker.git
-
Download
ucsf-chimerax_1.5ubuntu20.04_amd64.deb
from the ChimeraX download page and move to this repository -
Start Docker, if not already started
-
Build the Docker image:
docker build -t chimerax:1.5 .
A prebuilt version of this image can be found on DockerHub. Or, use docker pull maduprey/chimerax
.