Setting sdk.development.default_output_uri to the same URL as api.files_server seems to do the trick.
Hi @<1577468611524562944:profile|MagnificentBear85> , you can also use Task.init(... , output_uri=True)
in the code as well
Hi there, is there a way to save a model simply to the fileserver such that the MODEL URL will point there and not to a local disk (I am running in docker containers and local path is not always available).
Setting sdk.development.default_output_uri to the same URL as api.files_server seems to do the trick.
Hi @<1577468611524562944:profile|MagnificentBear85> , you can also use Task.init(... , output_uri=True)
in the code as well