add path_substitution to clearml.conf example file (#842)

Co-authored-by: Erez Schnaider <erez@clear.ml>
This commit is contained in:
erezalg 2022-12-06 14:24:24 +02:00 committed by GitHub
parent 4fab0f740a
commit 59b5dd6394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,19 @@ sdk {
# ClearML - default SDK configuration
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 {
# Defaults to system temp folder / cache
default_base_dir: "~/.clearml/cache"