Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdiers committed Oct 15, 2024
1 parent 9abb85b commit 9d126fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity/Singularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd /home/user/my_singlarity_images
singularity build fsqc-latest.sif docker://deepmi/fsqcdocker:latest
```

Singularity Images are saved as `.sif` files. Here the _/homer/user/my_singlarity_images_ is the path where you want your file saved. You can change _deepmi/fsqc:latest_ with any tag provided in our [Dockerhub](https://hub.docker.com/r/deepmi/fsqcdocker/tags).
Singularity Images are saved as `.sif` files. Here the _/home/user/my_singlarity_images_ is the path where you want your file saved. You can change _deepmi/fsqc:latest_ with any tag provided in our [Dockerhub](https://hub.docker.com/r/deepmi/fsqcdocker/tags).

If you want to use a locally available image that you created yourself, instead run:

Expand Down

0 comments on commit 9d126fa

Please sign in to comment.