add directions on building apptainer.def

pull/195/head
Stephen Mather 2023-01-25 13:35:31 -05:00 zatwierdzone przez GitHub
rodzic 2230593804
commit 15ea35c5f9
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 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).