From 9a75bd71776d15f87f5efee06eee2760b5430122 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 25 May 2025 07:57:32 +0300 Subject: [PATCH] Small edits --- .../deploying_clearml/enterprise_deploy/extra_configs/apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying_clearml/enterprise_deploy/extra_configs/apps.md b/docs/deploying_clearml/enterprise_deploy/extra_configs/apps.md index 06185a83..d48f8dd8 100644 --- a/docs/deploying_clearml/enterprise_deploy/extra_configs/apps.md +++ b/docs/deploying_clearml/enterprise_deploy/extra_configs/apps.md @@ -11,14 +11,14 @@ Applications are installed on top of the ClearML Server and are provided by the ## Requirements -- Python 3 installed on your local machine to run the provided installation scripts) +- Python 3 installed on your local machine to run the provided installation scripts - A ClearML Enterprise Server is up and running with `clearmlApplications.enabled` set to `"true"` in the server's `overrides.yaml` file. - Applications package provided by ClearML, including the following scripts: - `convert_image_registry.py` - `upload_apps.py` - API credentials (`` and ``) generated via the ClearML UI (**Settings > Workspace > API Credentials > Create new credentials**). Make sure these credentials - belong to an admin user or a service user with admin privilegesFor more information, see [ClearML API Credentials](../../webapp/settings/webapp_settings_profile.md#clearml-api-credentials). + belong to an admin user or a service user with admin privilegesFor more information, see [ClearML API Credentials](../../../webapp/settings/webapp_settings_profile.md#clearml-api-credentials). ## Installation