Merge pull request #196 from nghi01/apptainer-precaution

Add precautions when building apptainer container
pull/197/head
Stephen Mather 2023-01-26 18:52:53 -05:00 zatwierdzone przez GitHub
commit d3ee44dfee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,8 @@ apptainer build --sandbox node/ apptainer.def
apptainer run --writable node/
```
`apptainer build --sandbox` requires you to have root permission to build this apptainer container. Make sure someone with root permission build this for you. You will need to build this apptainer container if you want to work with ClusterODM on the HPC. Check for [ClusterODM](https://github.com/OpenDroneMap/ClusterODM) for more instructions on using SLURM to set it up.
An apptainer.def file can be built directly from the dockerfile as needed:
```