20755: Merge branch 'main' into 20755-ec2-multiple-subnets
[arvados.git] / doc / install / crunch2 / install-compute-node-singularity.html.textile.liquid
index 8e9db0c4e3d7bcd2a1312f19caeba89ba08da245..9f1e6a899032151a5f047b4b03f34c7a3214564e 100644 (file)
@@ -32,15 +32,19 @@ This page describes how to configure a compute node so that it can be used to ru
 
 {% include 'install_packages' %}
 
+{% include 'install_cuda' %}
+
 h2(#singularity). Set up Singularity
 
-Follow the "Singularity installation instructions":https://sylabs.io/guides/3.7/user-guide/quick_start.html. Make sure @singularity@ and @mksquashfs@ are working:
+Follow the "Singularity installation instructions":https://sylabs.io/guides/latest/user-guide/quick_start.html. Note that while the latest stable version is normally expected to be compatible, Arvados is currently tested with singularity 3.10.4.
+
+Make sure @singularity@ and @mksquashfs@ are working:
 
 <notextile>
 <pre><code>$ <span class="userinput">singularity version</span>
-3.7.4
+singularity-ce version 3.10.4-dirty
 $ <span class="userinput">mksquashfs -version</span>
-mksquashfs version 4.3-git (2014/06/09)
+mksquashfs version 4.4 (2019/08/29)
 [...]
 </code></pre>
 </notextile>