Skip to content

Commit 5e111aa

Browse files
committed
Update Singularity demo
1 parent 3aefabc commit 5e111aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02_virtualization_and_containers/singularity_demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
```Singularity
2121
BootStrap: docker
22-
From: ubuntu:22.04
22+
From: precice/precice
2323
2424
%post
2525
apt-get -y update
@@ -30,7 +30,7 @@
3030
export PATH=/usr/games:$PATH
3131
3232
%runscript
33-
date | cowsay | lolcat
33+
precice-tools --version | cowsay | lolcat
3434
```
3535
3636
- Show file `lolcow.def` content

0 commit comments

Comments
 (0)