Sign inSign up

inductiva/kutu

By inductiva

โ€ขUpdated 9 months ago

HPC images of open-source simulators as used in Inductiva API. See github.com/inductiva/kutu.

Image
Machine learning & AI
Data science
0

10K+

inductiva/kutu repository overview

kutu-banner

โ Kutu

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.

โ Getting Started

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.

Tag summary

Content type

Image

Digest

sha256:941a39455โ€ฆ

Size

474.6 MB

Last updated

9 months ago

docker pull inductiva/kutu:delft3dfm_v2024.03