Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Stephen Mather d3ee44dfee
Merge pull request #196 from nghi01/apptainer-precaution
Add precautions when building apptainer container
2023-01-26 18:52:53 -05:00
nghi01 cb46646df3 Add precautions when building apptainer container 2023-01-26 15:22:52 -05:00
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:
```