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 one month ago
Votes Newest

Answers 5


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 one month ago

btw: you can also do cron for that:
None

@reboot sleep 60 && clearml-agent daemon ...
  
  
Posted one month ago

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

  
  
Posted one month 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 one month ago

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

  
  
Posted one month ago
120 Views
5 Answers
one month ago
one month ago
Tags
Similar posts