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

Hi 🙂

I have a git folder that i'm running with a local agent in services mode (for slack alerts), but i don't want the agent to clone the repo (for security reasons), how can i disable the git cloning?
I tried using CLEARML_AGENT_FORCE_EXEC_SCRIPT (before initiating the script) as it says it can overpass git cloning, but it didn't seem to work.

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1523701949617147904:profile|PricklyRaven28> , what code are you talking about, of the Slack alerts? You can also use standalone scripts if you don't want to run from a repo. Also, I don't think you should be running the agent in services mode yourself as it is a part of the ClearML setup.

  
  
Posted one month ago
76 Views
1 Answer
one month ago
one month ago
Tags