You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hub](https://singularity-hub.org/), and [Sylabs Cloud
12
-
Library](https://cloud.sylabs.io/library)).
12
+
Library](https://cloud.sylabs.io/library).
13
13
14
14
Requirements
15
15
------------
@@ -438,10 +438,41 @@ whitelist:
438
438
439
439
**Image locations** Note that we automatically save the images to `~/.cc_yaml` for each user, however this can be configured with the `~/.cc_images` command.
440
440
441
+
Whitelist
442
+
---------
443
+
444
+
CC starts you off with a default whitelist, we repeat that for emphasis:
445
+
446
+
~~~
447
+
whitelist:
448
+
R:
449
+
calls:
450
+
- R
451
+
- Rscript
452
+
repo: r-base
453
+
source: docker
454
+
version: '>=3.6'
455
+
julia:
456
+
source: docker
457
+
version: '>=1.0.1'
458
+
lolcow:
459
+
repo: leconte/examples/lolcow
460
+
source: library
461
+
version: latest
462
+
tensorflow:
463
+
calls:
464
+
- python
465
+
gpu: true
466
+
repo: tensorflow/tensorflow
467
+
shell: false
468
+
source: docker
469
+
version: 1.12.3-gpu-py3
470
+
~~~
471
+
441
472
Blacklist
442
473
---------
443
474
444
-
Adding the following to your `cc.yaml` will exclude certain pacakges from the moduletree.
475
+
Adding the following to your `cc.yaml` will exclude certain pacakges from the moduletree:
Hub</a>, and <aclass="reference external" href="https://cloud.sylabs.io/library">Sylabs Cloud
93
-
Library</a>).</p>
94
+
Library</a>.</p>
94
95
<divclass="section" id="requirements">
95
96
<h2>Requirements<aclass="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h2>
96
97
<olclass="simple">
@@ -469,9 +470,38 @@ <h2>Configuration<a class="headerlink" href="#configuration" title="Permalink to
469
470
<p><strong>GPU Compatibility</strong> The <codeclass="docutils literal notranslate"><spanclass="pre">gpu</span></code> flag causes the program to use the <aclass="reference external" href="https://docs.nvidia.com/ngc/ngc-user-guide/singularity.html">Nvidia bindings</a> available in Singularity.</p>
470
471
<p><strong>Image locations</strong> Note that we automatically save the images to <codeclass="docutils literal notranslate"><spanclass="pre">~/.cc_yaml</span></code> for each user, however this can be configured with the <codeclass="docutils literal notranslate"><spanclass="pre">~/.cc_images</span></code> command.</p>
471
472
</div>
473
+
<divclass="section" id="whitelist">
474
+
<h2>Whitelist<aclass="headerlink" href="#whitelist" title="Permalink to this headline">¶</a></h2>
475
+
<p>CC starts you off with a default whitelist, we repeat that for emphasis:</p>
<h2>Blacklist<aclass="headerlink" href="#blacklist" title="Permalink to this headline">¶</a></h2>
474
-
<p>Adding the following to your <codeclass="docutils literal notranslate"><spanclass="pre">cc.yaml</span></code> will exclude certain pacakges from the moduletree.</p>
504
+
<p>Adding the following to your <codeclass="docutils literal notranslate"><spanclass="pre">cc.yaml</span></code> will exclude certain pacakges from the moduletree:</p>
0 commit comments