Hi CrookedMonkey33
Have a look at the SDK doc. You could use a Model function such as get_local_copy
https://clear.ml/docs/latest/docs/references/sdk/model_model#get_local_copy
Thanks, I use these methods in my code, but what I'm trying to do now is download the model using cli, meaning running some command from cmd (or more accurately from Dockerfile) so I can create an image with the model. Whats the recommended way of doing that?