Skip to content

Commit

Permalink
Merge pull request #7562 from datalad/ci-singulary-dep
Browse files Browse the repository at this point in the history
add singularity dependency to installation script
  • Loading branch information
yarikoptic committed Feb 13, 2024
2 parents 3a7ce17 + f38a77e commit b8535c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/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 DEBIAN_FRONTEND=noninteractive apt-get install -y uidmap libfuse2
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y uidmap libfuse2 fuse2fs
sudo dpkg -i /tmp/singularity-ce.deb
sudo DEBIAN_FRONTEND=noninteractive apt-get install -f

0 comments on commit b8535c9

Please sign in to comment.