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
I'Ve Just Run A New Instance Of Clearml And Run Agent Using Clearml-Agent Image I'Ve Pushed A Simple Job To The Queue And It'S Start To Run, After Finish

I've just run a new instance of ClearML and run agent using clearml-agent image
I've pushed a simple job to the queue and it's start to run, after finish pip install I've got the error:

cp: -r not specified; omitting directory '/root/clearml.conf'

The docker compose in the image:
image

  
  
Posted 2 months ago
Votes Newest

Answers 3


I think the docker agent is creating docker containers inside, and not passing the clearml.conf file.
Is there any ENV I can use to make this happend?
I've tried:

CLEARML_AGENT_EXTRA_DOCKER_ARGS=" -v /root/clearml.conf:/root/clearml.conf:ro -v /root/.ssh:/root/.ssh:ro "
  
  
Posted 2 months ago

Hi @<1665891238055776256:profile|AppetizingKoala83> , can you please add a full log of the run?

  
  
Posted 2 months ago

Never mind it not reproducible

  
  
Posted 2 months ago