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, I Have Installed Clearml-Agent In My Server And I Am Trying To Create A New Task From App.Clearml By Pulling A Repo From Github. Do I Need To Make Changes (Add The Clearml 2 Line Code) In The Entrypoint File In The Repo For The Task To Execute In Clea


create a new task from app.clearml by pulling a repo from github. do i need to make changes (add the clearml 2 line code) in the entrypoint file in the repo for the task to execute in clearml dashboard.

Can your re-explain/re-word this ? What exactly are you trying to do and what exactly did you do ??

i am trying to place the clearml-agent in a docker container and run it in docker mode.

If you are running the clearml-agent in docker, I don't think that is compatible with "docker mode". What do you mean by running in "docker mode" ? What command did you use to start the clearml-agent inside the container ?

  
  
Posted 6 months ago
129 Views
0 Answers
6 months ago
6 months ago