Unanswered
When A Transitive Dependency Is Optional, How Do We Make Sure The Task Detects It?
In My Case, I Have A Task That Reads Excel File Using Pandas Which Needs
Hi TrickySheep9 ,
ClearML does analyze your packages, but you always can add any package you like with Task.add_requirements('xlrd', '')
or if its a package that you want the ClearML agent to install always (not per task), you can add it to the agent’s configuration file https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L82
Can this do the trick?
165 Views
0
Answers
3 years ago
one year ago
Tags