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
When Using Clearml Virtual Environment Execution, I'D Like To Add One Of The Git Folders To The Python Path As An Environment Variable. How Do I Know Where The Path Of The Git Folder Is On The Machine Though And How Do I Add It? I Found

When using clearml Virtual Environment execution, I'd like to add one of the git folders to the python path as an environment variable. How do I know where the path of the git folder is on the machine though and how do I add it? I found CLEARML_AGENT_EXTRA_PYTHON_PATH but could find no example on how to use it

  
  
Posted 8 days ago
Votes Newest

Answers


Hi @<1739455977599537152:profile|PoisedSnake58> , in the log you have the location of the cloned repo printed out.

For CLEARML_AGENT_EXTRA_PYTHON_PATH you need to provide it with a path

  
  
Posted 7 days ago