You can specify any extra requirements in the steps themselves
Hi @<1535793988726951936:profile|YummyElephant76> , did you use Task.add_requirements
?
None
Hey everyone,
We're running a remote execution (K8S agent) ClearML pipeline from Jupyterhub, but when the agent prepares the environment, it installs a different version of the packages specified in our requirements.txt
This causes the pipeline to fail as boto3
and other packages do not support urllib3>=2.0.0
which is being installed.
We are specifying urllib3==1.26.14
both in our requirements.txt
and inside the libraries downloaded onto our jupyter
You can specify any extra requirements in the steps themselves
Hi @<1535793988726951936:profile|YummyElephant76> , did you use Task.add_requirements
?
None