Update ClearML Server GCP custom image link (#626)

This commit is contained in:
pollfly
2023-07-31 15:59:32 +03:00
committed by GitHub
parent b890e552ed
commit c1c9a45571
5 changed files with 6 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ logged as required packages for the pipeline execution step.
```
The third step in the pipeline uses the `step_three` function and uses as its input the second steps output. This
reference implicitly defines the pipeline structure, making `step_two`the parent step of `step_three`.
reference implicitly defines the pipeline structure, making `step_two` the parent step of `step_three`.
Its return object will be stored as an artifact under the name `model`:

View File

@@ -28,7 +28,7 @@ StorageManager.get_local_copy(remote_url="s3://MyBucket/MyFolder/file.zip")
```
:::note
Zip and tar.gz files will be automatically extracted to cache. This can be controlled with the`extract_archive` flag.
Zip and tar.gz files will be automatically extracted to cache. This can be controlled with the `extract_archive` flag.
:::
To download a file to a specific context in cache, specify the name of the context as the `cache_context` argument: