From 78f05c3c2423f445e28d0eea5c586056d08bef5e Mon Sep 17 00:00:00 2001 From: nghi01 Date: Mon, 23 Jan 2023 08:01:56 -0500 Subject: [PATCH] Update initial README for apptainer instructions We will use Apptainer to run NodeODM on HPC, together with ClusteRODM. This is the initial push for documentation. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c969cc4..2c8e3d2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ docker run -p 3000:3000 opendronemap/nodeodm docker-machine ip ``` +* A rootless alternative to Docker is using [Apptainer](https://apptainer.org/). In order to run NodeODM together with ClusterODM on HPC, we need a rootless alternative to Docker, and that's where Apptainer comes in to play. From the Linux command line, run: + +``` +apptainer build --sandbox node/ singularity.def +apptainer run --writable node/ +``` + Linux users can connect to 127.0.0.1. * Open a Web Browser to `http://:3000`