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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).