mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Add docker mode reference (#340)
This commit is contained in:
parent
6dca66c59f
commit
845c73eae5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user