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, Is There Any Option To Run Clearml Agent In Docker?

Hi, is there any option to run ClearML Agent in docker?

  
  
Posted 2 months ago
Votes Newest

Answers 5


btw: you can also do cron for that:
None

@reboot sleep 60 && clearml-agent daemon ...
  
  
Posted 2 months ago

Oh I see, that kind of make sense
I think this is the section you should use:
None
But instead of the clearml-services container you should use the regular container (or just have it installed as part of the entry-point on any ubuntu based container)
Notice the important parts here are:
None
None
None
So that it can spin the sibling container

wdyt?

  
  
Posted 2 months ago

So I think I should you Docker Compose to run agent in container, which will start after every boot.

  
  
Posted 2 months ago

My problem:
When the server reboots, agent is not connected to server. I tried it with systemd service and script, but it's not working.

  
  
Posted 2 months ago

Hi @<1645597514990096384:profile|GrievingFish90>
You mean the agent itself inside a docker then the agent spins sibling dockers for the Tasks ?

  
  
Posted 2 months ago
136 Views
5 Answers
2 months ago
2 months ago
Tags
Similar posts