mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
ClearML Agent python version clarification (#664)
This commit is contained in:
parent
4c88cf6393
commit
ca1abc596c
@ -36,6 +36,11 @@ The preceding diagram demonstrates a typical flow where an agent executes a task
|
|||||||
1. Set up the python environment and required packages.
|
1. Set up the python environment and required packages.
|
||||||
1. The task's script/code is executed.
|
1. The task's script/code is executed.
|
||||||
|
|
||||||
|
:::note Python Version
|
||||||
|
ClearML Agent uses the Python version available in the environment or docker in which it executes the code. It does not
|
||||||
|
install Python, so make sure to use a docker or environment with the version you need.
|
||||||
|
:::
|
||||||
|
|
||||||
While the agent is running, it continuously reports system metrics to the ClearML Server (these can be monitored in the
|
While the agent is running, it continuously reports system metrics to the ClearML Server (these can be monitored in the
|
||||||
[**Orchestration**](webapp/webapp_workers_queues.md) page).
|
[**Orchestration**](webapp/webapp_workers_queues.md) page).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user