Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
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

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

  
  
Posted 10 months ago
Votes Newest

Answers 3


You can specify any extra requirements in the steps themselves

  
  
Posted 10 months ago

how can I do this with a pipeline?

  
  
Posted 10 months ago

Hi @<1535793988726951936:profile|YummyElephant76> , did you use Task.add_requirements ?
None

  
  
Posted 10 months ago