Skip to content

Commit

Permalink
Add precautions when building apptainer container
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi01 committed Jan 26, 2023
1 parent 2a7c73c commit cb46646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit cb46646

Please sign in to comment.