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! When Running A Remote Task On The Agent, Clearml Installs Additional System Packages. How Can This Be Disabled? The Variable Agent.Package_Manager.System_Site_Packages Does Not Work

Hi! When running a remote task on the agent, clearml installs additional system packages. how can this be disabled? the variable agent.package_manager.system_site_packages does not work

  
  
Posted 2 months ago
Votes Newest

Answers 3


do I understand correctly that it is impossible to disable the installation of system packages without CLEARML_AGENT_SKIP_PIP_VENV_INSTALL and CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL?

  
  
Posted 2 months ago

Hi @<1578555761724755968:profile|GrievingKoala83> ,where are you setting agent.package_manager.system_site_packages ? This should affect python packages (pip will still look for them, but should not reinstall).
Also, you can use the agent's CLEARML_AGENT_SKIP_PIP_VENV_INSTALL and CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL env vars (see here )

  
  
Posted 2 months ago

Indeed

  
  
Posted one month ago
306 Views
3 Answers
2 months ago
one month ago
Tags