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
Hej Everyone! How Do I Pass

Hej everyone! How do I pass --trusted-host my.private.package.registry.com:5151 flag when pip environment is being installed on a remote worker inside a docker container?
I'm using a privet package registry from self-hosted gitlab. Now it fails with SSL error

  
  
Posted 2 years ago
Votes Newest

Answers 4


If you want this to be applied to all jobs that run on that agent then yes. Otherwise you can set it up on the task level as well

  
  
Posted 2 years ago

Thank you @<1523701070390366208:profile|CostlyOstrich36> Do you mean that I should edit clearml.conf and add something like this in agent section?
image

  
  
Posted 2 years ago

ok, thanks a lot! i need that package for all jobs

  
  
Posted 2 years ago

Hi @<1585078752969232384:profile|FantasticDuck7> , I think you can pass this in bash setup script when the docker spins up

  
  
Posted 2 years ago
1K Views
4 Answers
2 years ago
2 years ago
Tags