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 Everyone. I'M Trying To Run A

Hello everyone. I'm trying to run a clearml-agent and would like to configure the agent using the conda package manager. Additionally I would like to tell the agent to look for an environment.yml file in the repository root directory. I'm struggling to find how I might do this in the documentation. Also, does conda_env_as_base_docker mean the task will be executed as if running conda run -n <env-name> <python-binary> <script-path> ?

  
  
Posted 12 hours ago
Votes Newest

Answers

9 Views
0 Answers
12 hours ago
7 hours ago
Tags
Similar posts