ContemplativeGoat37 , Hi 🙂
You can do the following configuration in your ~/clearml.conf
sdk.development.default_output_uri: "
s3://my_bucket/ "
Hi Natan and Alon, thank you for the quick answer. It means that we need to set that configuration parameter for every team member, right?
ContemplativeGoat37 , I'm curious about your implementation. Which method was more relevant - config file change or using an environment variable or are both useful?
Hi ContemplativeGoat37 ,
You can also configure CLEARML_DEFAULT_OUTPUT_URI
env var for doing so
I think it makes more sense to implement it in the configuration file.
ok, got it, thank you for the quick response