but I want to change what is shown by the GUI so that would need to be a setting on the server itself?
Can you please elaborate?
However it would be advisable to also add the following argument to your code : Task.init(..., output_uri=True)
And regarding the first question - Edit your
~/clearml.conf
That would change what file server is used by me locally or an agent yes, but I want to change what is shown by the GUI so that would need to be a setting on the server itself?
When you generate new credentials in the GUI, it comes up with a section to copy and paste into either clearml-init
or ~/clearml.conf
. I want the files server displayed here to be a GCP address
When you generate new credentials in the GUI, it comes up with a section to copy and paste into either
clearml-init
or
~/clearml.conf
. I want the files server displayed here to be a GCP address
Regarding this - I think you should open a github feature request since there is currently no way to do this via UI
I think same as Task.init(..., output_uri=False)
but give it a try 🙂
And what is the difference in behaviour betweenTask.init(..., output_uri=True)
and Task.init(..., output_uri=None)
?
CostlyOstrich36 thanks for getting back to me!
yes!
That's great! Please can you let me know how to do it/how to set the default files server?
However it would be advisable to also add the following argument to your code :
That's useful thanks, I didn't know about this kwarg
And regarding the first question - Edit your ~/clearml.conf
I think you should open a github feature request since there is currently no way to do this via UI
Will do. Is there a way to do it no via the UI? E.g. in the server configuration (I'm running a self hosted server)?