Skip to content
Snippets Groups Projects

fix: remove AFTERBURNER_VERSION

Merged Wouter Deconinck requested to merge master-patch-3762 into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -234,9 +234,7 @@ RUN --mount=from=staging,target=/staging \
@@ -234,9 +234,7 @@ RUN --mount=from=staging,target=/staging \
&& cp -r /staging/.singularity.d /.singularity.d
&& cp -r /staging/.singularity.d /.singularity.d
## set the jug_dev version and add the afterburner
## set the jug_dev version and add the afterburner
## TODO: move afterburner to spack when possible
ARG JUG_VERSION=1
ARG JUG_VERSION=1
ARG AFTERBURNER_VERSION=main
RUN echo "" >> /etc/jug_info \
RUN echo "" >> /etc/jug_info \
&& echo " - jug_dev: ${JUG_VERSION}" >> /etc/jug_info
&& echo " - jug_dev: ${JUG_VERSION}" >> /etc/jug_info
Loading