Skip to content

Commit

Permalink
Merge pull request #196 from nghi01/apptainer-precaution
Browse files Browse the repository at this point in the history
Add precautions when building apptainer container
  • Loading branch information
smathermather authored Jan 26, 2023
2 parents 2a7c73c + cb46646 commit d3ee44d
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 d3ee44d

Please sign in to comment.