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
Hi All, I'M Trying To Setup A Pipeline Based On The Asteroid_Example(

Hi all,
I'm trying to setup a pipeline based on the asteroid_example( None ) by @<1523701118159294464:profile|ExasperatedCrab78> . The tasks run fine when executed locally. But I'm getting below error when trying t execute via an agent in docker mode (Image: python:3.8)

RuntimeError: can't start new thread

clearml_agent: ERROR: Command '['python3.8', '-m', 'virtualenv', '/root/.clearml/venvs-builds/3.8', '--system-site-packages']' returned non-zero exit status 1.

Please let me know if there's any way to resolve this.

Thanks !

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1587615463670550528:profile|DepravedDolphin12> , can you please add the full log?

  
  
Posted one year ago

Thanks for your response @<1523701070390366208:profile|CostlyOstrich36> !
Please find the full log here: None

  
  
Posted one year ago
711 Views
2 Answers
one year ago
one year ago
Tags