From f74ebc3458fdf16c43be431bfc694af7117a16e6 Mon Sep 17 00:00:00 2001 From: revital Date: Wed, 18 Jun 2025 12:55:00 +0300 Subject: [PATCH] Update Docker Hub ClearML Server repo URL --- docs/deploying_clearml/clearml_server_linux_mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying_clearml/clearml_server_linux_mac.md b/docs/deploying_clearml/clearml_server_linux_mac.md index c817f557..00fe666d 100644 --- a/docs/deploying_clearml/clearml_server_linux_mac.md +++ b/docs/deploying_clearml/clearml_server_linux_mac.md @@ -4,7 +4,7 @@ title: Linux and macOS Deploy the ClearML Server in Linux or macOS using the pre-built Docker image. -For ClearML docker images, including previous versions, see [https://hub.docker.com/r/allegroai/clearml](https://hub.docker.com/r/allegroai/clearml). +For ClearML docker images, including previous versions, see [https://hub.docker.com/r/clearml/server](https://hub.docker.com/r/clearml/server ). However, pulling the ClearML Docker image directly is not required. ClearML provides a `docker-compose` YAML file that does this. The `docker-compose` file is included in the instructions on this page.