Skip to content

Commit

Permalink
Freshier script version for singularity installation from datalad-con…
Browse files Browse the repository at this point in the history
…tainer
  • Loading branch information
yarikoptic committed Oct 2, 2023
1 parent bfdbc46 commit 78195ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/install-singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ codename="$(lsb_release -cs)"
arch="$(dpkg --print-architecture)"
wget -O /tmp/singularity-ce.deb "https://github.com/sylabs/singularity/releases/download/$release/singularity-ce_${release#v}-${codename}_$arch.deb"
set -x
sudo apt-get install uidmap libfuse2
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y uidmap libfuse2
sudo dpkg -i /tmp/singularity-ce.deb
sudo apt-get install -f
sudo DEBIAN_FRONTEND=noninteractive apt-get install -f

0 comments on commit 78195ab

Please sign in to comment.