We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33ff5d commit 5c0eb49Copy full SHA for 5c0eb49
.github/workflows/container-image.yml
@@ -13,11 +13,12 @@ jobs:
13
with:
14
path: pr
15
16
- - name: Set up Singularity Images
+ - name: Set up & Build Images
17
run: |
18
sudo apt-get update
19
- sudo apt-get install -y software-properties-common apptainer openssh-client
+ sudo apt-get install -y software-properties-common openssh-client
20
sudo add-apt-repository -y ppa:apptainer/ppa
21
+ sudo apt-get install -y apptainer
22
sudo apptainer config fakeroot --enable $(whoami)
23
(cd pr/.github/workflows/images && sudo apptainer build mfc_cpu.sif Singularity.cpu)
24
0 commit comments