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, I'M Getting The Following Error When Running Docker Agent Using A Docker: Clearml_Agent: Error: [Errno 28] No Space Left On Device: '/Root/.Clearml/Venvs-Builds' Any Suggestion On How To Solve This Issue (The Host Has Enough Space On Disk)

Hi,
I'm getting the following error when running docker agent using a docker:
clearml_agent: ERROR: [Errno 28] No space left on device: '/root/.clearml/venvs-builds'
Any suggestion on how to solve this issue (The host has enough space on disk)

  
  
Posted 11 months ago
Votes Newest

Answers 3


Hi,
I'm using latest clearml-agent version 1.5.2.
This does not always happens, it starts happening after a few runs of successful remote executions.
Then it starts failing, until I remove and rebuild the docker image.

Attaching the clearml.conf

  
  
Posted 11 months ago

I would suggest clearing some disk space on the host, or deleting the venvs cache folder if it's too large

  
  
Posted 11 months ago

Hi, what version of clearml-agent are you using? Does this always happen? Can you add your clearml.conf file here(Make sure to remove any credentials/personal data)?

  
  
Posted 11 months ago