From ca1abc596c0b43a942b33063357a43e51d6db117 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:50:57 +0300 Subject: [PATCH] ClearML Agent python version clarification (#664) --- docs/clearml_agent.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/clearml_agent.md b/docs/clearml_agent.md index 611cf062..25ffee08 100644 --- a/docs/clearml_agent.md +++ b/docs/clearml_agent.md @@ -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. 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 [**Orchestration**](webapp/webapp_workers_queues.md) page).