20755: Merge branch 'main' into 20755-ec2-multiple-subnets
[arvados.git] / doc / install / crunch2 / install-compute-node-singularity.html.textile.liquid
index 2afdf8a919150e62b3464e58b8637e6045bf4398..9f1e6a899032151a5f047b4b03f34c7a3214564e 100644 (file)
@@ -36,11 +36,13 @@ This page describes how to configure a compute node so that it can be used to ru
 
 h2(#singularity). Set up Singularity
 
-Follow the "Singularity installation instructions":https://sylabs.io/guides/3.9/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.9.9
+singularity-ce version 3.10.4-dirty
 $ <span class="userinput">mksquashfs -version</span>
 mksquashfs version 4.4 (2019/08/29)
 [...]