Skip to content

Commit

Permalink
ubuntu 24.04 does not allow nushare
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 2, 2025
1 parent 70e74c1 commit d565317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Update Unshare Permission
if: ${{ matrix.container_tech == 'singularity' }}
run: |
cat /etc/subuid
echo $(whoami)
cp /etc/sysctl.conf ./sysctl.conf
echo "kernel.unprivileged_userns_clone=1" >> ./sysctl.conf
sudo mv ./sysctl.conf /etc/sysctl.conf
Expand Down Expand Up @@ -52,7 +54,7 @@ jobs:
if: ${{ matrix.container_tech == 'singularity' }}
name: Install Singularity
with:
singularity-version: 3.7.1
singularity-version: 4.2.2

- name: Create conda environment
run: conda create --quiet -c conda-forge --name shpc spython
Expand Down

0 comments on commit d565317

Please sign in to comment.