You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/tutorials.rst
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -821,17 +821,21 @@ For instance, point clouds properties can be modified to show elevation and also
821
821
822
822
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/tutorials.rst>`_!
823
823
824
-
*****************
824
+
********
825
+
Advanced
826
+
********
827
+
825
828
Using Singularity
826
-
*****************
829
+
=================
827
830
828
831
`Singularity <https://sylabs.io/>`__ is another container platform able to run Docker images.
829
832
Singularity can be run both on local machins and in instances where the user does not have root access.
830
833
Instances where a user may not have root privlidges include HPC clusters and cloud cluster resources.
831
834
A container is a single file without anything else to install.
832
835
833
836
Build Singularity image from Docker image
834
-
=========================================
837
+
-----------------------------------------
838
+
835
839
Singularity can use Docker image to build SIF image.
You can write a SLURM script to schedule and set up available nodes with NodeODM for the ClusterODM to be wired to if you are on the HPC. Using SLURM will decrease the amount of time and processes needed to set up nodes for ClusterODM each time. This provides an easier way for user to use ODM on the HPC.
0 commit comments