File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
scripts/gpu_support/nvidia Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55# see https://github.com/apptainer/singularity/issues/5390#issuecomment-899111181
66sudo apt-get install alien
77alien --version
8- # stick to Apptainer < 1.3.0 by downloading from EPEL 8.8 archive,
9- # since CI workflow for testing scripts hangs/fails when using Apptainer 1.3.0
10- # cfr. https://github.com/EESSI/software-layer/pull/514
8+ # Switch back to Apptainer >= 1.3.0 to retrigger
9+ # https://github.com/EESSI/software-layer/pull/514
1110epel_subdir=" pub/epel/8"
12- epel_subdir=" pub/archive/epel/8.8"
1311apptainer_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' )
1412curl -OL https://dl.fedoraproject.org/${epel_subdir} /Everything/x86_64/Packages/a/${apptainer_rpm}
1513sudo alien -d ${apptainer_rpm}
Original file line number Diff line number Diff line change 1212# installation to be successful, this directory needs to be writeable by the user
1313# executing this script.
1414
15+ # TRIGGER SCRIPT CHANGE TO REPRODUCE https://github.com/EESSI/software-layer/issues/517
16+ # THIS COMMENT SHOULD NEVER BE MERGED!
17+
1518# Initialise our bash functions
1619TOPDIR=$( dirname $( realpath $BASH_SOURCE ) )
1720source " $TOPDIR " /../../utils.sh
You can’t perform that action at this time.
0 commit comments