mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
Add storage information (#547)
This commit is contained in:
parent
a2098ccbcb
commit
df2726838d
@ -8,12 +8,22 @@ and charts.
|
|||||||
|
|
||||||
Supported storage mediums include:
|
Supported storage mediums include:
|
||||||
|
|
||||||
![image](../../static/icons/ClearML_Supported_Storage--on-light.png)
|
![Supported storage](../../static/icons/ClearML_Supported_Storage--on-light.png)
|
||||||
|
|
||||||
|
To use cloud storage with ClearML, [install](#installation) the `clearml` package for your cloud storage type, and then
|
||||||
|
[configure](#configuring-storage) your storage credentials.
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
Once uploading an object to a storage medium, each machine that uses the object must have access to it.
|
Once uploading an object to a storage medium, each machine that uses the object must have access to it.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
For cloud storage, install the ClearML package for your cloud storage type:
|
||||||
|
* AWS S3 - `pip install clearml[s3]`
|
||||||
|
* Azure - `pip install clearml[azure]`
|
||||||
|
* Google Storage - `pip install clearml[gs]`
|
||||||
|
|
||||||
## Configuring Storage
|
## Configuring Storage
|
||||||
|
|
||||||
Configuration for storage is done by editing the [clearml.conf](../configs/clearml_conf.md).
|
Configuration for storage is done by editing the [clearml.conf](../configs/clearml_conf.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user