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 Run A Task On A Remote Docker. I Have Several Dockers, Some Manage The Packages With Pip And Some With Conda. How Can I Deal With This By Running One Clearml Agent? Thanks

Hi,

I want to run a task on a remote docker. I have several dockers, some manage the packages with pip and some with conda.
How can I deal with this by running one clearml agent?

Thanks

  
  
Posted 11 months ago
Votes Newest

Answers 2


Hi @<1564060263047499776:profile|ThoughtfulCentipede62> , you manage it with the docker arguments you can provide (you can inject env vars this way) or with a setup shell script.
None

  
  
Posted 11 months ago

hi @<1523701070390366208:profile|CostlyOstrich36> , can I pass it using the CLI as well?

  
  
Posted 11 months ago
632 Views
2 Answers
11 months ago
11 months ago
Tags