diff --git a/docs/configs/clearml_conf.md b/docs/configs/clearml_conf.md index 298f22a5..dca0ba89 100644 --- a/docs/configs/clearml_conf.md +++ b/docs/configs/clearml_conf.md @@ -653,10 +653,10 @@ Torch Nightly builds are ephemeral and are deleted from time to time. * `conda` * `poetry` -* If `pip` or `conda` are used, the agent installs the required packages based on the "installed packages" section of the - Task. If the "installed packages" is empty, it will revert to using `requirements.txt` from the repository's root - directory. If `poetry` is selected, and the root repository contains `poetry.lock` or `pyproject.toml`, the "installed - packages" section is ignored, and `poetry` is used. If `poetry` is selected and no lock file is found, it reverts to +* If `pip` or `conda` are used, the agent installs the required packages based on the "Python Packages" section of the + Task. If the "Python Packages" section is empty, it will revert to using `requirements.txt` from the repository's root + directory. If `poetry` is selected, and the root repository contains `poetry.lock` or `pyproject.toml`, the "Python + Packages" section is ignored, and `poetry` is used. If `poetry` is selected and no lock file is found, it reverts to `pip` package manager behaviour.
@@ -1073,7 +1073,7 @@ URL to a CA bundle, or set this option to `false` to skip SSL certificate verifi **`sdk.development.detailed_import_report`** (*bool*) -* If `true` (default is `false`), provide a detailed report of all python package imports as comments inside the "Installed packages" section. +* If `true` (default is `false`), provide a detailed report of all Python package imports as comments inside the "Python Packages" section. --- diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index de6a03bb..f2a158d0 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -74,13 +74,13 @@ ClearML displays the git diff of the experiment in the Uncommitted Changes secti ![Uncommitted changes section](../img/webapp_exp_uncommitted_changes.png) -### Installed Packages +### Python Packages -The Installed Packages section lists the experiment's installed Python packages and their versions. +The Python Packages section lists the task's installed Python packages and their versions. -![Installed packages section](../img/webapp_exp_installed_packages.png) +![Python packages section](../img/webapp_exp_installed_packages.png) -When a ClearML agent executing an experiment ends up using a different set of python packages than was originally +When a ClearML agent executing a task ends up using a different set of Python packages than was originally specified, both the original specification (`original pip` or `original conda`), and the packages the agent ended up using to set up an environment (`pip` or `conda`) are available. Select which requirements to view in the dropdown menu.