From 6dde1d8134c6850a6b7366e6b515288831a4ebeb Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Tue, 24 Dec 2024 11:21:13 -0700 Subject: [PATCH] Demonstrate a change to apptainer refs #0 --- apptainer/app.def | 1 + 1 file changed, 1 insertion(+) diff --git a/apptainer/app.def b/apptainer/app.def index d0117b84cba9..713513935c2a 100644 --- a/apptainer/app.def +++ b/apptainer/app.def @@ -1,3 +1,4 @@ + {#- Required jinja arguments -#} {#- APPTAINER_BOOTSTRAP: The BootStrap to use (typically localimage or oras) -#} {#- APPTAINER_FROM: The From to use (path to an image or an oras URI) -#}