Skip to content
Snippets Groups Projects
Commit d935203a authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'singularity-fix-link' into 'master'

Fix Singularity link

See merge request !87
parents d60cb2bf 6f384463
No related branches found
No related tags found
1 merge request!87Fix Singularity link
......@@ -3,7 +3,7 @@ title = "Using Singularity"
description = "How to use the Singularity containerization software on HCC resources."
+++
[Singularity](http://singularity.lbl.gov)
[Singularity](https://www.sylabs.io/singularity/)
is a containerization solution designed for high-performance computing
cluster environments. It allows a user on an HPC resource to run an
application using a different operating system than the one provided by
......@@ -73,7 +73,7 @@ and indicate you would like to use Singularity.
### What if I need other Python packages not in the image?
{{% notice info %}}
An alternative to the steps below is to create your own custom image as
[described farther down](what-if-i-want-to-build-a-custom-image-to-use-on-the-hcc-clusters).
[described farther down](#what-if-i-want-to-build-a-custom-image-to-use-on-the-hcc-clusters).
Start with an HCC-provided image as the base for your Dockerfile (i.e. `FROM unlhcc/spades`)
and add any additional packages you desire.
{{% /notice %}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment