How would the ec2 instance get the custom package code to it?
You don't need to do any special actions. Simply run your script from within a repository and ClearML will detect the repo + commit + uncommitted changees
okay thank you for your guidance,now i will try this approach.
how to do this?is there any documentation available or sample example ?
okay no problem, this was the my question clearml makes snapshot of our code and sends to server. is there any way we can specify to upload custom packages.
clearml implicitly excludes custom packages.why this is the case?
ClearML only handles code that way when the code is standalone (Single script) and not part of a repository. To include multiple files you need to have it in a repository. If you put your package as part of your repo this will be handled automatically
Hi ShaggySquirrel23 , is this package inside some artifactory?
The agent needs access to the package while running, you need to have it accessible somehow on a remote machine as well. What is your setup?
there is one package and driver script in my local machine, agent and clearml server is hosted on ec2 instance.