From 567780e1885663fab904c5c9963abe2851725740 Mon Sep 17 00:00:00 2001 From: Igor Kasianenko Date: Wed, 11 Aug 2021 16:21:02 +0300 Subject: [PATCH] Fix typo TRAINS > CLEARML for env variables --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dbad4cb..fad6897 100644 --- a/README.md +++ b/README.md @@ -190,14 +190,14 @@ To upgrade your existing **ClearML Server** deployment: ``` 1. Configure the ClearML-Agent Services (not supported on Windows installation). - If `TRAINS_HOST_IP` is not provided, ClearML-Agent Services will use the external - public address of the **ClearML Server**. If `TRAINS_AGENT_GIT_USER` / `TRAINS_AGENT_GIT_PASS` are not provided, + If `CLEARML_HOST_IP` is not provided, ClearML-Agent Services will use the external + public address of the **ClearML Server**. If `CLEARML_AGENT_GIT_USER` / `CLEARML_AGENT_GIT_PASS` are not provided, the ClearML-Agent Services will not be able to access any private repositories for running service tasks. ```bash - export TRAINS_HOST_IP=server_host_ip_here - export TRAINS_AGENT_GIT_USER=git_username_here - export TRAINS_AGENT_GIT_PASS=git_password_here + export CLEARML_HOST_IP=server_host_ip_here + export CLEARML_AGENT_GIT_USER=git_username_here + export CLEARML_AGENT_GIT_PASS=git_password_here ``` 1. Spin up the docker containers, it will automatically pull the latest **ClearML Server** build