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
Has Anyone Ran Into The Following Error While Running The Clearml-Serving-Inference Docker Container After Entering All The Correct Credentials?

Has anyone ran into the following error while running the clearml-serving-inference docker container after entering all the correct credentials? Temporary failure in name resolution'))': /auth.login ive been trying to debug this for a few days and haven't figured it out. Any help would be useful

  
  
Posted 7 months ago
Votes Newest

Answers 4


if I dont run it, i get back the original error temporary failure in name resolution')) : /auth.login so I have to restart docker everyday

  
  
Posted 7 months ago

you may want to share your config (with credential redacted) and the full docker compose start up log ?

  
  
Posted 7 months ago

So I got it to work by running sudo service docker restart . The only thing is that I have to run this every morning. Not sure why this works but it does

  
  
Posted 7 months ago

@<1547028031053238272:profile|MassiveGoldfish6> , what do you mean you have to run it every morning? What happens otherwise?

  
  
Posted 7 months ago
734 Views
4 Answers
7 months ago
7 months ago
Tags