Skip to content

Commit

Permalink
Fix Singularity image by updating package index first
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosavola committed Aug 1, 2023
1 parent 7fc20c4 commit 5e2adce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singularity/singularity.def
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ From: centos:7.9.2009
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

# Install dependencies
yum -y install centos-release-scl devtoolset-11 rh-git218 openssl-devel cmake3 libcurl \
yum -y install centos-release-scl # update package index
yum -y install devtoolset-11 rh-git218 openssl-devel cmake3 libcurl \
wget lbzip2 libsndfile numactl zlib perl \
openblas-devel m4 curl-devel hdf5-devel libunwind
source /opt/rh/devtoolset-11/enable
Expand Down

0 comments on commit 5e2adce

Please sign in to comment.