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
Hi All! When I Try To Run Tasks For A Agent On Machine Without Gpu This Error Occurs:

Hi all!
When I try to run tasks for a agent on machine without GPU this error occurs:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown.What also should I change to avoid this error?

I’m running tasks by this command:
clearml-task … --docker python:3.7.13-bullseye

  
  
Posted one year ago
Votes Newest

Answers 8


CostlyOstrich36 I’m running the task that doesn’t need GPU by this command
clearml-task … --docker python:3.7.13-bullseye

  
  
Posted one year ago

EnviousPanda91 , in the Task object what do you see under 'Execution' tab in the 'Container' section?

  
  
Posted one year ago

python:3.7.13-bullseye

  
  
Posted one year ago

oh, should I use --cpu-only flag?

  
  
Posted one year ago

Please do 🙂

  
  
Posted one year ago

sorry, just found it)

  
  
Posted one year ago

Hi EnviousPanda91 , are you running in docer mode? It looks like you're trying to use a CUDA image without a GPU on it

  
  
Posted one year ago

Can you please add the full log of the task here?

  
  
Posted one year ago