From baa08af4de83c0ca46c93f175e3fefd122be8c37 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:04:43 -0400 Subject: [PATCH] Advanced Tutorials --- source/tutorials.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/source/tutorials.rst b/source/tutorials.rst index 05a31756e..d3bf48a72 100644 --- a/source/tutorials.rst +++ b/source/tutorials.rst @@ -821,9 +821,12 @@ For instance, point clouds properties can be modified to show elevation and also `Learn to edit `_ and help improve `this page `_! -***************** +******** +Advanced +******** + Using Singularity -***************** +================= `Singularity `__ is another container platform able to run Docker images. Singularity can be run both on local machins and in instances where the user does not have root access. @@ -831,7 +834,8 @@ Instances where a user may not have root privlidges include HPC clusters and clo A container is a single file without anything else to install. Build Singularity image from Docker image -========================================= +----------------------------------------- + Singularity can use Docker image to build SIF image. For latest ODM Docker image (Recommended) : @@ -847,7 +851,7 @@ For latest ODM GPU Docker image : singularity build --disable-cache -f odm_gpu.sif docker://opendronemap/odm:gpu Using Singularity SIF image -=========================== +--------------------------- Once you have used one of the above commands to download and create the `odm_latest.sif` image, it can be ran using singularity. @@ -870,9 +874,8 @@ Like with docker, additional `Options and Flags