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
While Running A Pipeline By Decorator, I Am Getting This Error

While running a pipeline by decorator, I am getting this error docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? What I don't understand is that my docker desktop is running and clearml-agent daemon --queue services --docker clearml-pipeline:0.6 is also running

  
  
Posted one year ago
Votes Newest

Answers 4


Noo, in general when I am running this command clearml-agent daemon --queue services --docker clearml-pipeline:0.6 everything is expected to happen inside docker container. But what is happening is when I am reaching my task eg task1, inside pipeline task1 console is giving me this error. Which means it is expecting docker inside the container in which it is already running.

Hope I am clear now

  
  
Posted one year ago

I would suggest googling that error

  
  
Posted one year ago

Hi @<1585078763312386048:profile|ArrogantButterfly10> , I think you're having an issue with your docker... The error comes from docker not from ClearML

  
  
Posted one year ago

As you can see in the image
image
image

  
  
Posted one year ago
639 Views
4 Answers
one year ago
one year ago
Tags
Similar posts