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, 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, 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 shedule it using clearml.

  
  
Posted 21 days ago
Votes Newest

Answers 2


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

Hi @<1744891825086271488:profile|RoundElephant20> , no i don't have python in the container because it wasn't needed till now. Localy i just start the container and run the executable in the container.

  
  
Posted 20 days ago
373 Views
2 Answers
21 days ago
19 days ago
Tags