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
Unanswered
Hi Everyone, I Am New To Clearml And Am Trying To Use Clearml Agent With A Docker Image For Run A Pipeline Remotely. My Agent Is Running And It Is Able To Pick Up The Tasks From The Queue. It Starts Running The Task Inside Docker. However, It Exits The T


The steps I took

  • I created the docker image of the repository where the pipeline is written and uploaded it to the azure container registry.2. Running a clearML agent on a machine which reads from the queue where tasks are being added to.
  1. Start the task

After that the clearML agent picked it up, created a venv using docker images and tried to install the packages included in that docker image. And where it is failing based on my understanding.

The part I'm wondering about is, why is it looking for clearml_agent package to install?

  
  
Posted one month ago
14 Views
0 Answers
one month ago
one month ago