This commit is contained in:
revital 2024-12-24 10:17:45 +02:00
commit f1fbc1e456
13 changed files with 14 additions and 13 deletions

View File

@ -145,7 +145,7 @@ Slurm Glue is available under the ClearML Enterprise plan.
::: :::
Agents can be deployed bare-metal or inside [`Singularity`](https://docs.sylabs.io/guides/3.5/user-guide/introduction.html) Agents can be deployed bare-metal or inside [`Singularity`](https://docs.sylabs.io/guides/3.5/user-guide/introduction.html)
containers in linux clusters managed with Slurm. containers in Linux clusters managed with Slurm.
ClearML Agent Slurm Glue maps jobs to Slurm batch scripts: associate a ClearML queue to a batch script template, then ClearML Agent Slurm Glue maps jobs to Slurm batch scripts: associate a ClearML queue to a batch script template, then
when a Task is pushed into the queue, it will be converted and executed as an `sbatch` job according to the sbatch when a Task is pushed into the queue, it will be converted and executed as an `sbatch` job according to the sbatch

View File

@ -28,8 +28,9 @@ If you are using pyenv to control the environment where you use ClearML Agent, y
## Docker Mode ## Docker Mode
:::note notes :::note notes
* Docker Mode is only supported in linux. * Docker Mode is only supported in Linux.
* Docker Mode requires docker service v19.03 or higher installed. * Docker Mode requires docker service v19.03 or higher installed.
* If your machine requires root permissions to run Docker, the ClearML Agent in Docker Mode must also run with root permissions.
::: :::
When executing the ClearML Agent in Docker mode, it will: When executing the ClearML Agent in Docker mode, it will: