mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Merge branch 'main' of https://github.com/allegroai/clearml-docs
This commit is contained in:
commit
f1fbc1e456
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user