Add precautions when building apptainer container

pull/196/head
nghi01 2023-01-26 15:22:52 -05:00
rodzic 2a7c73c8cd
commit cb46646df3
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:
```