Sign inSign up

dkomura/homcloud

By dkomura

Updated over 1 year ago

Image
1

872

dkomura/homcloud repository overview

HomCloud Docker Image

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

Usage

Pull the Docker Image
docker pull dkomura/homcloud:latest
Run the Container

Basic run command:

docker run -it dkomura/homcloud:latest
Run with Volume Mount

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.

Tag summary

Content type

Image

Digest

sha256:784791f80

Size

966.8 MB

Last updated

over 1 year ago

docker pull dkomura/homcloud