From f4457456ddd69963a9595785200b462ac689cd43 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:38:44 +0300 Subject: [PATCH] Fix example (#864) --- docs/clearml_agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clearml_agent.md b/docs/clearml_agent.md index 53a0c6bc..e1683596 100644 --- a/docs/clearml_agent.md +++ b/docs/clearml_agent.md @@ -509,7 +509,7 @@ If you are running Slurm with Singularity containers support, set the following: 1. Add `--singularity-mode` to the command line, for example: ``` - clearml-agent-slurm --container-mode --template-files slurm.example_singularity.template --queue default + clearml-agent-slurm --singularity-mode --template-files slurm.example_singularity.template --queue default ``` ### Explicit Task Execution