File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,7 @@ RUN yummy boost-date-time boost-filesystem boost-graph boost-iostreams boost-pro
4646 boost-thread boost-wave
4747
4848# Singularity
49- RUN yum-config-manager --setopt 'epel.exclude=singularity*' --save && \
50- yummy https://archive.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/s/singularity-runtime-2.6.1-1.1.el6.x86_64.rpm \
51- https://archive.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/s/singularity-2.6.1-1.1.el6.x86_64.rpm
49+ RUN yummy singularity singularity-runtime
5250
5351# Disable overlay and loop device management in singularity
5452RUN sed -i '/enable overlay/c\e nable overlay = no' /etc/singularity/singularity.conf && \
Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ RUN yummy boost-date-time boost-filesystem boost-graph boost-iostreams boost-pro
3636 boost-thread boost-wave
3737
3838# Singularity
39- RUN yum-config-manager --setopt 'epel.exclude=singularity*' --save && \
40- yummy https://archive.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/s/singularity-runtime-2.6.1-1.1.el7.x86_64.rpm \
41- https://archive.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/s/singularity-2.6.1-1.1.el7.x86_64.rpm
39+ RUN yummy singularity singularity-runtime
4240
4341# Disable overlay and loop device management in singularity
4442RUN sed -i '/enable overlay/c\e nable overlay = no' /etc/singularity/singularity.conf && \
You can’t perform that action at this time.
0 commit comments