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 All. Is It Possible To Configure Agent Not To Install Requirements.Txt/Installed Packages And To Use Some Pre-Ready Environment (For Example, Virtualenv Clearml-Agent Runs On)?

Hi all. Is it possible to configure agent NOT to install requirements.txt/INSTALLED PACKAGES and to use some pre-ready environment (for example, virtualenv clearml-agent runs on)?

  
  
Posted 2 years ago
Votes Newest

Answers 3


https://clearml.slack.com/archives/CTK20V944/p1620855259093200 This thread may also be interesting for you.

  
  
Posted 2 years ago

ReassuredTiger98 , Ah, interesting. Thank you. I'll recheck it

  
  
Posted 2 years ago

Afaik, clearml-agent will use existing installed packages if they fit the requirements.txt. E.g. pytorch >= 1.7 will only install PyTorch if the environment does not already provide some version of PyTorch greater or equal to 1.7.

  
  
Posted 2 years ago