Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:singularity:caviness [2018-08-10 23:26] – anita | software:singularity:caviness [2024-08-27 17:51] (current) – anita | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======= Singularity on Caviness ====== | + | ======= |
===== Build a Singularity container ===== | ===== Build a Singularity container ===== | ||
Line 82: | Line 82: | ||
=== Locale error === | === Locale error === | ||
- | If you experience the error below after starting a particular shell container, then it is likely due your current locale not being supported in this particular container' | + | If you experience the error below after starting a particular shell container, then it is likely due to your current locale not being supported in this particular container' |
<code bash> | <code bash> | ||
+ | [traine@r00n45 ~]$ vpkg_require singularity | ||
+ | Adding package `singularity/ | ||
[traine@r00n45 ~]$ singularity shell tensorflow.simg | [traine@r00n45 ~]$ singularity shell tensorflow.simg | ||
Singularity: | Singularity: | ||
Line 118: | Line 120: | ||
<code bash> | <code bash> | ||
+ | [traine@r00n45 ~]$ vpkg_require singularity | ||
+ | Adding package `singularity/ | ||
[tainne@r00n45 ~]$ LANG=C.UTF-8 singularity shell tensorflow.simg | [tainne@r00n45 ~]$ LANG=C.UTF-8 singularity shell tensorflow.simg | ||
Singularity: | Singularity: | ||
Line 134: | Line 138: | ||
TensorBoard is a suite of web applications for inspectinng and understanding | TensorBoard is a suite of web applications for inspectinng and understanding | ||
your TensorFlow runs and graphs. https:// | your TensorFlow runs and graphs. https:// | ||
+ | |||
+ | [[ lots of additional information displayed for optional arguments | ||
Singularity tensorflow.simg: | Singularity tensorflow.simg: |