Skip to content

Commit

Permalink
update singularity version
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Feb 27, 2024
1 parent 7c0b554 commit 34cc2a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/new_model.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
name: new_model


# Trigger the workflow on pull request
on: workflow_dispatch

jobs:
Expand Down Expand Up @@ -450,8 +447,8 @@ jobs:
- name: Install singularity
run: |
sudo apt-get update
wget https://github.com/sylabs/singularity/releases/download/v4.0.0/singularity-ce_4.0.0-focal_amd64.deb
sudo apt install ./singularity-ce_4.0.0-focal_amd64.deb -y
wget https://github.com/sylabs/singularity/releases/download/v4.0.0/singularity-ce_4.1.1-focal_amd64.deb
sudo apt install ./singularity-ce_4.1.1-focal_amd64.deb -y
singularity version
docker version
# Build the Docker image 🟢
Expand Down

0 comments on commit 34cc2a8

Please sign in to comment.