mirror of
https://github.com/clearml/clearml
synced 2025-03-03 02:32:11 +00:00
Update documentation
This commit is contained in:
parent
e4024e01d5
commit
ba79471848
@ -57,7 +57,6 @@ TRAINS is a two part solution:
|
||||
- Install TRAINS
|
||||
|
||||
pip install trains
|
||||
|
||||
<details>
|
||||
<summary>Add optional cloud storage support (S3/GoogleStorage/Azure):</summary>
|
||||
|
||||
@ -69,7 +68,6 @@ TRAINS is a two part solution:
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
- Add the following lines to your code
|
||||
|
||||
from trains import Task
|
||||
|
@ -12,7 +12,7 @@ from trains.utilities.pyhocon import ConfigFactory, ConfigMissingException
|
||||
|
||||
|
||||
description = """
|
||||
Please create new trains credentials through the profile page in your trains web app (e.g. https://demoapp.trains.allegro.ai/profile)
|
||||
Please create new trains credentials through the profile page in your trains web app (e.g. http://localhost:8080/profile)
|
||||
In the profile page, press "Create new credentials", then press "Copy to clipboard".
|
||||
|
||||
Paste copied configuration here:
|
||||
|
Loading…
Reference in New Issue
Block a user