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 one year 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 one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year 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 one year ago
1K Views
4 Answers
one year ago
one year ago
Tags