mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update ClearML Server GCP custom image link (#626)
This commit is contained in:
@@ -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 step’s 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`:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user