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, I Want To Start A Normal Standalone (C++) Executable In A Container Using Clearml? How Can I Skip All Apt-Install / Pip Install Steps. The Container Is Alpine Based So All These Preinstall Steps Would Fail. The Executable Needs The Gpu, So I Want To S


Hi @<1797800424254738432:profile|FlatHippopotamus76> ,

You can control the pip installation and setting the env with CLEARML_AGENT_SKIP_PIP_VENV_INSTALL and CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL env vars ( examples here )

Do you have python on this container? for running the clearml-agent

  
  
Posted 20 days ago
19 Views
0 Answers
20 days ago
19 days ago