Merge pull request #195 from smathermather/add-singularity-directions

add directions on building apptainer.def
pull/196/head
Stephen Mather 2023-01-25 14:48:44 -05:00 zatwierdzone przez GitHub
commit 2a7c73c8cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,13 @@ apptainer build --sandbox node/ apptainer.def
apptainer run --writable node/
```
An apptainer.def file can be built directly 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).