Skip to content
Snippets Groups Projects
Commit 6f384463 authored by npavlovikj's avatar npavlovikj
Browse files

Fix link

parent d60cb2bf
Branches
No related tags found
1 merge request!87Fix Singularity link
...@@ -3,7 +3,7 @@ title = "Using Singularity" ...@@ -3,7 +3,7 @@ title = "Using Singularity"
description = "How to use the Singularity containerization software on HCC resources." 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 is a containerization solution designed for high-performance computing
cluster environments. It allows a user on an HPC resource to run an cluster environments. It allows a user on an HPC resource to run an
application using a different operating system than the one provided by application using a different operating system than the one provided by
...@@ -73,7 +73,7 @@ and indicate you would like to use Singularity. ...@@ -73,7 +73,7 @@ and indicate you would like to use Singularity.
### What if I need other Python packages not in the image? ### What if I need other Python packages not in the image?
{{% notice info %}} {{% notice info %}}
An alternative to the steps below is to create your own custom image as 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`) Start with an HCC-provided image as the base for your Dockerfile (i.e. `FROM unlhcc/spades`)
and add any additional packages you desire. and add any additional packages you desire.
{{% /notice %}} {{% /notice %}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment