hey ZanyPig66
Have you set up development.default_output_uri into the configuration file ; when you init your task you add the parameter output_uri=True.
You can bind a local volume to the docker container and make the output_uri point to it
Hi ZanyPig66 ,
I assume you're using torch.save() to save your model? A good place to start is with David's suggestion with specifying output_uri = True in the Task.init() code.