Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
HCC docs
Commits
6f384463
Commit
6f384463
authored
Feb 14, 2019
by
npavlovikj
Browse files
Fix link
parent
d60cb2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/guides/running_applications/using_singularity.md
View file @
6f384463
...
...
@@ -3,7 +3,7 @@ title = "Using Singularity"
description = "How to use the Singularity containerization software on HCC resources."
+++
[
Singularity
](
http://singularity
.lbl.gov
)
[
Singularity
](
http
s
://
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 %}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment