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 Community

Hi community 🙂 I have a question with the Agent. I have a docker image that already contains everything for a task to run. To start the Task, all it would need is to pull the image, and run the Task in the proper conda environment that is already installed on the image. I cannot figure out how to do this though. Is there a way to get the Agent to not use the automatic commands, but to rely on what's already there instead ? All it would need to do is literally docker pull image then docker run image python main.py, and this would work.
Thanks in advance !

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1595225620323766272:profile|VivaciousElk3> , you can set it with env variables - None

The ones that you're looking for are:
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL

  
  
Posted one year ago

Many thanks, will try this 🙂

  
  
Posted one year ago
655 Views
2 Answers
one year ago
one year ago
Tags
Similar posts