mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-12 07:25:44 +00:00
Update setup section (#911)
This commit is contained in:
parent
baefe3ee3b
commit
41104d0841
@ -72,6 +72,12 @@ it can't do that when running from a virtual environment.
|
|||||||
Credentials verified!
|
Credentials verified!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. Input the default output URI. Model checkpoints (snapshots) and task artifacts will be stored in this output location.
|
||||||
|
|
||||||
|
```
|
||||||
|
Default Output URI (used to automatically store models and artifacts): (N)one/ClearML (S)erver/(C)ustom [None]
|
||||||
|
```
|
||||||
|
|
||||||
1. Enter your Git username and password. Leave blank for SSH key authentication or when only using public repositories.
|
1. Enter your Git username and password. Leave blank for SSH key authentication or when only using public repositories.
|
||||||
|
|
||||||
This is needed for cloning repositories by the agent.
|
This is needed for cloning repositories by the agent.
|
||||||
|
@ -52,10 +52,11 @@ pip install clearml
|
|||||||
1. The setup wizard prompts for ClearML credentials.
|
1. The setup wizard prompts for ClearML credentials.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
Please create new clearml credentials through the settings page in your `clearml-server` web app,
|
Please create new clearml credentials through the settings page in your `clearml-server` web app (e.g. http://localhost:8080//settings/workspace-configuration),
|
||||||
or create a free account at https://app.clear.ml/settings/webapp-configuration
|
or create a free account at https://app.clear.ml/settings/workspace-configuration
|
||||||
|
|
||||||
|
In the settings page, press "Create new credentials", then press "Copy to clipboard".
|
||||||
|
|
||||||
In the settings > workspace page, press "Create new credentials", then press "Copy to clipboard".
|
|
||||||
Paste copied configuration here:
|
Paste copied configuration here:
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -66,30 +67,10 @@ pip install clearml
|
|||||||
hover).
|
hover).
|
||||||
|
|
||||||
1. At the command prompt `Paste copied configuration here:`, copy and paste the ClearML credentials.
|
1. At the command prompt `Paste copied configuration here:`, copy and paste the ClearML credentials.
|
||||||
The setup wizard confirms the credentials.
|
The setup wizard verifies the credentials.
|
||||||
```console
|
```console
|
||||||
Detected credentials key="********************" secret="*******"
|
Detected credentials key="********************" secret="*******"
|
||||||
```
|
|
||||||
|
|
||||||
1. Enter the ClearML Server web server URL, or press **Enter** to accept the default which is detected from the
|
|
||||||
credentials.
|
|
||||||
|
|
||||||
```console
|
|
||||||
WEB Host configured to: [https://app.<your-domain>]
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Enter the ClearML Server API server URL, or press **Enter** to accept the default value which is based on the previous response:
|
|
||||||
```console
|
|
||||||
API Host configured to: [https://api.<your-domain>]
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Enter the ClearML Server file server URL, or press **Enter** to accept the default value which is based on the previous response:
|
|
||||||
```console
|
|
||||||
File Store Host configured to: [files.<your-domain>]
|
|
||||||
```
|
|
||||||
|
|
||||||
The wizard responds with a configuration and directs to the ClearML Server.
|
|
||||||
```console
|
|
||||||
CLEARML Hosts configuration:
|
CLEARML Hosts configuration:
|
||||||
Web App: https://app.<your-domain>
|
Web App: https://app.<your-domain>
|
||||||
API: https://api.<your-domain>
|
API: https://api.<your-domain>
|
||||||
|
Loading…
Reference in New Issue
Block a user