Skip to content

Commit 2341635

Browse files
Merge pull request #16 from jrha/singularity_3
Return to installing latest version of Singularity
2 parents 5faed05 + a4a5b79 commit 2341635

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docker-c6/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
5452
RUN sed -i '/enable overlay/c\enable overlay = no' /etc/singularity/singularity.conf && \

docker-c7/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
4442
RUN sed -i '/enable overlay/c\enable overlay = no' /etc/singularity/singularity.conf && \

0 commit comments

Comments
 (0)