Skip to content

Commit

Permalink
Typo v2 in Apptainer/Singularity in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kikislater committed Sep 16, 2024
1 parent b53d40d commit e11c953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,17 @@ docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/nodemicma
This can be also used to access the computation results directly from the file system.


### Run it using Apptainer (or commercial version: Singularity) on HPC, Server or Workstation
## Run it using Apptainer (or commercial version: Singularity) on HPC, Server or Workstation

## Using Docker image:
### Using Docker image:

```bash
# Replace `apptainer` by `singularity` if you don't use appatainer
apptainer pull --name nodemicmac.sif docker://opendronemap/nodemicmac:master
apptainer run --bind $PWD:/var/www nodemicmac.sif
```

## Using def file:
### Using def file:
```bash
apptainer -v build --notest nodemicmac.sif apptainer.def
apptainer run --bind $PWD:/var/www nodemicmac.sif
Expand Down

0 comments on commit e11c953

Please sign in to comment.