Skip to content

Commit

Permalink
Merge pull request #16 from jrha/singularity_3
Browse files Browse the repository at this point in the history
Return to installing latest version of Singularity
  • Loading branch information
jose-caballero authored Jun 3, 2020
2 parents 5faed05 + a4a5b79 commit 2341635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docker-c6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ RUN yummy boost-date-time boost-filesystem boost-graph boost-iostreams boost-pro
boost-thread boost-wave

# Singularity
RUN yum-config-manager --setopt 'epel.exclude=singularity*' --save && \
yummy https://archive.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/s/singularity-runtime-2.6.1-1.1.el6.x86_64.rpm \
https://archive.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/s/singularity-2.6.1-1.1.el6.x86_64.rpm
RUN yummy singularity singularity-runtime

# Disable overlay and loop device management in singularity
RUN sed -i '/enable overlay/c\enable overlay = no' /etc/singularity/singularity.conf && \
Expand Down
4 changes: 1 addition & 3 deletions docker-c7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ RUN yummy boost-date-time boost-filesystem boost-graph boost-iostreams boost-pro
boost-thread boost-wave

# Singularity
RUN yum-config-manager --setopt 'epel.exclude=singularity*' --save && \
yummy https://archive.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/s/singularity-runtime-2.6.1-1.1.el7.x86_64.rpm \
https://archive.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/s/singularity-2.6.1-1.1.el7.x86_64.rpm
RUN yummy singularity singularity-runtime

# Disable overlay and loop device management in singularity
RUN sed -i '/enable overlay/c\enable overlay = no' /etc/singularity/singularity.conf && \
Expand Down

0 comments on commit 2341635

Please sign in to comment.