20862: Add 'sdk/ruby-google-api-client/' from commit '2f4be67955e48bb65d008ecd9ff6da9...
[arvados.git] / doc / install / crunch2 / install-compute-node-singularity.html.textile.liquid
index 10c18d733f06a533f6cca15bc67972e25855a7a8..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.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.9.9
+singularity-ce version 3.10.4-dirty
 $ <span class="userinput">mksquashfs -version</span>
 mksquashfs version 4.4 (2019/08/29)
 [...]