inductiva/kutu
HPC images of open-source simulators as used in Inductiva API. See github.com/inductiva/kutu.
4.8K
Kutu, куту, is the Kyrgyz word for "box". In this repository, we box in containers several open-source simulators used in Inductiva API. These containers are inspired by many others available online. Moving forward, these containers will take into consideration high-performance computing environments (HPC), platform versatility and be as lightweight as possible.
Currently, our container images follow the Dockerfile standards, which are compatible with other platforms like Apptainer.
Each simulator provided has at least one container image. Depending on the version of the simulator, more than one container image may be available.
To use one of the containers to run simulations, you need to build them locally. For example, we can build GROMACS as follows:
docker build -f simulators/gromacs/Dockerfile -t gromacs-image .
Then, you can run the container with the following command:
docker run -it gromacs-image
This will allow the isolation of the simulation environment from the host machine.
docker pull inductiva/kutu