Small edits (#993)

This commit is contained in:
pollfly 2024-12-23 12:33:04 +02:00 committed by GitHub
parent 0b167497ad
commit 7388e479e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 13 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)
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
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,7 +28,7 @@ If you are using pyenv to control the environment where you use ClearML Agent, y
## Docker Mode
:::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.
:::