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 10 months ago
Votes Newest

Answers 4


As you can see in the image
image
image

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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 10 months ago

I would suggest googling that error

  
  
Posted 10 months ago
531 Views
4 Answers
10 months ago
10 months ago
Tags
Similar posts