Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tavareshugo committed Mar 21, 2024
1 parent f31220d commit 593cf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/04-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Typically, Singularity is pre-installed on HPC servers by the system administrat
Alternatively, it is also possible to install Singularity using _Mamba_:

```bash
mamba create singularity -c conda-forge singularity
mamba create -n singularity -c conda-forge singularity
```

However, we have found this to be a less reliable way to setup _Singularity_ on a HPC, as it may require further configuration to interact with the filesystem (in particular as we submit jobs to SLURM).
Expand Down

0 comments on commit 593cf5b

Please sign in to comment.