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 3aefabc commit 5e111aaCopy full SHA for 5e111aa
1 file changed
02_virtualization_and_containers/singularity_demo.md
@@ -19,7 +19,7 @@
19
20
```Singularity
21
BootStrap: docker
22
- From: ubuntu:22.04
+ From: precice/precice
23
24
%post
25
apt-get -y update
@@ -30,7 +30,7 @@
30
export PATH=/usr/games:$PATH
31
32
%runscript
33
- date | cowsay | lolcat
+ precice-tools --version | cowsay | lolcat
34
```
35
36
- Show file `lolcow.def` content
0 commit comments