Add docker mode reference (#340)

This commit is contained in:
pollfly 2022-10-06 15:25:16 +03:00 committed by GitHub
parent 6dca66c59f
commit 845c73eae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,11 @@ required python packages, and execute & monitor the process.
queue (`default` in this case), and execute them one after the other. Multiple agents can listen to the same queue
(or even multiple queues), but only a single agent will pull a Task to be executed.
:::tip Agent Deployment Modes
ClearML Agents can be deployed in Virtual Environment Mode or Docker Mode. In [virtual environment mode](../../clearml_agent.md#execution-environments),
the agent creates a new venv to execute an experiment. In [Docker mode](../../clearml_agent.md#docker-mode),
the agent executes an experiment inside a Docker container. See all running mode options [here](../../fundamentals/agents_and_queues.md#additional-features).
:::
## Clone an Experiment
Experiments already in the system can be reproduced for validation, or used as a baseline for further experimentation.