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
Hello All! New To Clearml And Has Been An Amazing Experience Using It So Far! I Have Been Trying To Add One Of My In-House Ubuntu Servers As A Node Using Clearml-Agent. I Set-Up My Creds Using The


@<1631102000244461568:profile|DespicableHippopotamus75> , this line from the log:

cp: -r not specified; omitting directory '/tmp/clearml.conf'

Basically implies that this script line (which is part of the setup) failed due to /tmp/clearml.conf being a directory and not a file:

cp /tmp/clearml.conf ~/default_clearml.conf

Since this is a volume mount mounting a file (as part of the docker run command started by the agent chhedaserver:cpu:0):

-v /tmp/.clearml_agent.r2ua8u1y.cfg:/tmp/clearml.conf

I can only assume there's some issue with the /tmp/.clearml_agent.r2ua8u1y.cfg file generated by the agent prior to mounting the file - docker mounting a file as a directory usually means the file is no longer there - might it been deleted for some reason?

  
  
Posted 6 months ago
69 Views
0 Answers
6 months ago
6 months ago