Skip to content

Commit

Permalink
Update doc to run the Singularity image
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Apr 13, 2021
1 parent b9080b9 commit fe564e0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ cd ThorAxeSupplementaryWebsite
sudo singularity build thoraxe-supplmat.sif Singularity
```

Then you can simply run it:
Then you can create an instance to run the server:

```bash
singularity run thoraxe-supplmat.sif
```

Or to create an instance to run the server:

```bash
singularity instance start thoraxe-supplmat.sif thoraxe-supplmat
singularity instance start --bind .:/ThorAxeSuppl thoraxe-supplmat.sif thoraxe-supplmat

singularity run instance://thoraxe-supplmat
```

0 comments on commit fe564e0

Please sign in to comment.