18289: Documentation changes to reflect we support both Slurm and LSF.
[arvados.git] / doc / install / crunch2 / install-compute-node-singularity.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Set up a compute node with Singularity
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 {% include 'notebox_begin_warning' %}
13 This page describes the requirements for a compute node in a Slurm or LSF cluster that will run containers dispatched by @crunch-dispatch-slurm@ or @arvados-dispatch-lsf@. If you are installing a cloud cluster, refer to "Build a cloud compute node image":/install/crunch2-cloud/install-compute-node.html.
14 {% include 'notebox_end' %}
15
16 {% include 'notebox_begin_warning' %}
17 These instructions apply when Containers.RuntimeEngine is set to @singularity@, refer to "Set up a Slurm compute node with Docker":install-compute-node-docker.html when running @docker@.
18 {% include 'notebox_end' %}
19
20 # "Introduction":#introduction
21 # "Set up Singularity":#singularity
22 # "Update fuse.conf":#fuse
23 # "Install'python-arvados-fuse and crunch-run":#install-packages
24
25 h2(#introduction). Introduction
26
27 This page describes how to configure a compute node so that it can be used to run containers dispatched by Arvados, with Slurm on a static cluster. These steps must be performed on every compute node.
28
29 h2(#singularity). Set up Singularity
30
31 See "Singularity container runtime":../singularity.html
32
33 {% assign arvados_component = 'python-arvados-fuse crunch-run' %}
34
35 {% include 'install_packages' %}