From ba13e1d692f1ba129040b900f6a94b9da3b0f06b Mon Sep 17 00:00:00 2001 From: Horst Severini <32679601+hseverini@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:26:37 -0500 Subject: [PATCH] Update 14-Containers.md --- docs/ASP2024/14-Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ASP2024/14-Containers.md b/docs/ASP2024/14-Containers.md index 8a7b666..29c1d53 100644 --- a/docs/ASP2024/14-Containers.md +++ b/docs/ASP2024/14-Containers.md @@ -46,7 +46,7 @@ use *HAS_SINGULARITY == True* in the job requirements. For example: queue -The HAS_SINGULARITY variable is not defined in this training account, since it is just a light weight account, so we will comment it out for our exercises. +Note that the *HAS_SINGULARITY* variable is not defined in this training account, since it is just a light weight account, so we will comment it out for our exercises. To instruct the system to load a different image, use the *+SingularityImage* attribute in your job submit file. For example, to run your job under Ubuntu 20, create a submit file named `apptainer.submit`: