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
Hey Guys Trying To Run A Task On An Agent Using Docker Mode (Machine Has Only Cpu) I Always Get This Error (No Matter The Docker- Image Im Using, I Tried Several): Docker: Error Response From Daemon: Failed To Create Shim: Oci Runtime Create Failed: Runc

Hey Guys
trying to run a task on an agent using docker mode (machine has only cpu) i always get this error (no matter the docker- image im using, i tried several):
docker: Error response from daemon: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver not loaded: unknown.

does anyone know how to fix that?

  
  
Posted one year ago
Votes Newest

Answers 4


yes it does work.
looking at the logs, i see that clearml runs the docker with a gpu flag
idk why or if its related

  
  
Posted one year ago

it worked! thank you 🙂

  
  
Posted one year ago

I see. You need to run the agent with --cpu-only flag in that case

  
  
Posted one year ago

Hi @<1544853695869489152:profile|NonchalantOx99> , can you run that docker with the docker run command?

  
  
Posted one year ago
708 Views
4 Answers
one year ago
one year ago
Tags