mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 18:54:20 +00:00
Merge pull request #82 from IgorKasianenko/IgorKasianenko-patch-1
Fix typo TRAINS > CLEARML for env variables in README
This commit is contained in:
commit
a64c4d264d
10
README.md
10
README.md
@ -190,14 +190,14 @@ To upgrade your existing **ClearML Server** deployment:
|
|||||||
```
|
```
|
||||||
|
|
||||||
1. Configure the ClearML-Agent Services (not supported on Windows installation).
|
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
|
If `CLEARML_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,
|
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.
|
the ClearML-Agent Services will not be able to access any private repositories for running service tasks.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export TRAINS_HOST_IP=server_host_ip_here
|
export CLEARML_HOST_IP=server_host_ip_here
|
||||||
export TRAINS_AGENT_GIT_USER=git_username_here
|
export CLEARML_AGENT_GIT_USER=git_username_here
|
||||||
export TRAINS_AGENT_GIT_PASS=git_password_here
|
export CLEARML_AGENT_GIT_PASS=git_password_here
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Spin up the docker containers, it will automatically pull the latest **ClearML Server** build
|
1. Spin up the docker containers, it will automatically pull the latest **ClearML Server** build
|
||||||
|
Loading…
Reference in New Issue
Block a user