Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
=Overview= | =Overview= | ||
Singularity<ref>Singularity Software Web Site: http://singularity.lbl.gov/</ref> is open source software created by Berkeley Lab: | Singularity<ref>Singularity Software Web Site: http://singularity.lbl.gov/</ref> is open source software created by Berkeley Lab: | ||
Line 115: | Line 117: | ||
The following Singularity recipe will download the latest [https://fenicsproject.org/ FEniCS] docker image and then run a series of installation commands to install a number of Python packages: | The following Singularity recipe will download the latest [https://fenicsproject.org/ FEniCS] docker image and then run a series of installation commands to install a number of Python packages: | ||
</translate> | |||
{{ | {{ | ||
File | File | ||
Line 179: | Line 181: | ||
sudo rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | sudo rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
}} | }} | ||
<translate> | |||
This recipe would be executed by running: | This recipe would be executed by running: | ||
Line 362: | Line 364: | ||
=References= | =References= | ||
<references/> | <references/> | ||
</translate> |