Skip to content

Commit

Permalink
Issue is resolved, so we can use Apptainer 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Apr 2, 2024
1 parent dc915fb commit 4cf4d76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install_apptainer_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set -e
# see https://github.com/apptainer/singularity/issues/5390#issuecomment-899111181
sudo apt-get install alien
alien --version
# Switch back to Apptainer >= 1.3.0 to retrigger
# https://github.com/EESSI/software-layer/pull/514
epel_subdir="pub/epel/8"
apptainer_rpm=$(curl --silent -L https://dl.fedoraproject.org/${epel_subdir}/Everything/x86_64/Packages/a/ | grep 'apptainer-[0-9]' | sed 's/.*\(apptainer[0-9._a-z-]*.rpm\).*/\1/g')
curl -OL https://dl.fedoraproject.org/${epel_subdir}/Everything/x86_64/Packages/a/${apptainer_rpm}
Expand Down

0 comments on commit 4cf4d76

Please sign in to comment.