Add storage information (#547)

This commit is contained in:
pollfly
2023-05-02 15:36:53 +03:00
committed by GitHub
parent a2098ccbcb
commit df2726838d

View File

@@ -8,12 +8,22 @@ and charts.
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
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
Configuration for storage is done by editing the [clearml.conf](../configs/clearml_conf.md).