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:25] – [Troubleshooting] 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 73: | Line 73: | ||
Singularity tensorflow.simg: | Singularity tensorflow.simg: | ||
Cpus_allowed_list: | Cpus_allowed_list: | ||
- | Singularity tensorflow.simg: | + | Singularity tensorflow.simg: |
exit | exit | ||
[traine@r00n45 ~]$ | [traine@r00n45 ~]$ | ||
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 135: | Line 139: | ||
your TensorFlow runs and graphs. https:// | your TensorFlow runs and graphs. https:// | ||
- | Singularity tensorflow.simg: | + | [[ lots of additional information displayed for optional arguments |
+ | Singularity tensorflow.simg: | ||
+ | exit | ||
+ | [traine@r00n45 ~]$ | ||
</ | </ | ||
- | |||
==== Common Singularity commands ==== | ==== Common Singularity commands ==== |