mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
add path_substitution to clearml.conf example file (#842)
Co-authored-by: Erez Schnaider <erez@clear.ml>
This commit is contained in:
parent
4fab0f740a
commit
59b5dd6394
@ -19,6 +19,19 @@ sdk {
|
|||||||
# ClearML - default SDK configuration
|
# ClearML - default SDK configuration
|
||||||
|
|
||||||
storage {
|
storage {
|
||||||
|
path_substitution = [
|
||||||
|
# Replace registered links with local prefixes,
|
||||||
|
# Solve mapping issues, and allow for external resource caching.
|
||||||
|
|
||||||
|
# {
|
||||||
|
# registered_prefix = "s3://bucket/research"
|
||||||
|
# local_prefix = "file:///mnt/shared/bucket/research
|
||||||
|
# },
|
||||||
|
# {
|
||||||
|
# registered_prefix = "file:///mnt/shared/folder/"
|
||||||
|
# local_prefix = "file:///home/user/shared/folder"
|
||||||
|
# }
|
||||||
|
]
|
||||||
cache {
|
cache {
|
||||||
# Defaults to system temp folder / cache
|
# Defaults to system temp folder / cache
|
||||||
default_base_dir: "~/.clearml/cache"
|
default_base_dir: "~/.clearml/cache"
|
||||||
|
Loading…
Reference in New Issue
Block a user