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
Hi! We'Re Trying To Orchestrate An Experiment Through The Clearml Ui With A Remote Agent On K8S. Our Training Job Requires A Package Only Available On Our Internal Pypi Server. How Should We Go About This Because The Job Keeps Failing With:


Hi CostlyFox64 ,

I set the extra pypi server on the agent with the

CLEARML_AGENT_PACKAGE_MANAGER_EXTRA_INDEX_URL

env var, but it does not seem to be looking at it

The correct format for the env var name would be CLEARML_AGENT__AGENT__PACKAGE_MANAGER__EXTRA_INDEX_URL (note that the . is replaced by double-underline chars)

  
  
Posted one year ago
105 Views
0 Answers
one year ago
one year ago
Tags