Skip to content
Snippets Groups Projects

A few changes for singularity (BMK-77)

Merged Andrea Valassi requested to merge valassi/hep-workloads:BMK-77 into qa
3 files
+ 32
22
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,11 +11,7 @@ LABEL multi.maintainer="Chris Hollowell <hollowec@bnl.gov>" \
RUN yum clean all
RUN yum install -y singularity-runtime
RUN yum install -y singularity-runtime && yum clean all
RUN sed -i -e 's/underlay = no/underlay = yes/g' /etc/singularity/singularity.conf
RUN sed -i -e 's/overlay = try/overlay = no/g' /etc/singularity/singularity.conf
ARG CACHEBUST=1
RUN echo CACHEBUST=$CACHEBUST
Loading