This repository contains the unofficial Docker image for HomCloud, a computational topology software for applied mathematics.
This Docker image encapsulates the HomCloud environment and all its dependencies, allowing users to run HomCloud computations in a containerized environment without worrying about complex installation procedures or system compatibility issues.
For more information about HomCloud and its capabilities, please visit HomCloud's official website. https://homcloud.dev/index.html
docker pull dkomura/homcloud:latest
Basic run command:
docker run -it dkomura/homcloud:latest
To access your local files inside the container, mount a local directory:
docker run -it -v /path/to/your/data:/data dkomura/homcloud:latest
This will mount your local directory /path/to/your/data to /data inside the container.
Content type
Image
Digest
sha256:784791f80…
Size
966.8 MB
Last updated
over 1 year ago
docker pull dkomura/homcloud