From 15ea35c5f9ddaadeaabffa22bdf20331f09c2f08 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:35:31 -0500 Subject: [PATCH 1/2] add directions on building apptainer.def --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cc03055..6fb5419 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ apptainer build --sandbox node/ apptainer.def apptainer run --writable node/ ``` +An apptainer.def file can be built directory from the dockerfile as needed: + +``` +pip3 install spython +spython recipe Dockerfile &> apptainer.def +``` + ## API Docs See the [API documentation page](https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc). From c111b85f859aafd4261580dcb361177906a43afa Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:45:58 -0500 Subject: [PATCH 2/2] I am my own autocorrupt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fb5419..688abfd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ apptainer build --sandbox node/ apptainer.def apptainer run --writable node/ ``` -An apptainer.def file can be built directory from the dockerfile as needed: +An apptainer.def file can be built directly from the dockerfile as needed: ``` pip3 install spython