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
How Can I Modify The Line Executed By The Agent At The Beginning

How can i modify the line executed by the agent at the beginning Executing: ['docker', 'run', '-t', '--gpus', 'all', '-l', 'clearml-worker-id=islin-hdplnod05:0', '-l', 'clearml-parent-worker-id=islin-hdplnod05:0', '-e', 'CLEARML_WORKER_ID=islin-hdplnod05:0', '-e', ...``

  
  
Posted one year ago
Votes Newest

Answers 9


Agreed, MotionlessCoral18 could you open a feature request on the clearml-agent repo please? (I really do not want this feature to get lost, and I'm with you on the importance, lets' make sure we have it configured from the outside)

  
  
Posted one year ago

What exactly would you like to change?

  
  
Posted one year ago

MotionlessCoral18 so did it solve the issue ?

  
  
Posted one year ago

Yes, i was expecting that it was already working like that. So far, i modified the code to set DOCKER_ROOT_CONF_FILE to what i want !!!

  
  
Posted one year ago

I think you are correct, we should move the definition so you can control it from the clearml.conf, make sense to you?

  
  
Posted one year ago

I had to set another docker volume because venvs_builds was not properly mounted to. I don't have write permission to the default one too

  
  
Posted one year ago

The mount point for the clearml.conf, i.e. '-v', '/tmp/.clearml_agent.qy2xyt21.cfg:/root/clearml.conf' becauce the docker i use is run as user and doesn't have acces to \root. . May be this is defined on cleaml-server side ? I use my own server installed on another linux box using docker-compose.

  
  
Posted one year ago

Hello. I think an Issue should at least be opened. Modifications in my code need to be generalized before creating a pull request.

  
  
Posted one year ago

So far, i modified the code to set DOCKER_ROOT_CONF_FILE to what i want !!!
Interesting, do you think a PR is a good next step ? how one would configure it?

  
  
Posted one year ago
532 Views
9 Answers
one year ago
one year ago
Tags