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
Hey Guys. We Have Been Using Clearml For A While Now And It Has Solved Quite Some Headaches Around Our Operations. We Are Self Hosting It Using Docker Swarm And Were Wondering If This Is Something That The Community Would Be Interested In. This Would Be

Hey guys. We have been using ClearML for a while now and it has solved quite some headaches around our operations. We are self hosting it using Docker Swarm and were wondering if this is something that the community would be interested in.

This would be a template similar to a "helm chart" but for docker swarm.

  
  
Posted 10 months ago
Votes Newest

Answers 10


that really depends on hoe much data you have there, and the setup. The upside of the file server is you do not need to worry about credentials, the downside is storage is more expensive

  
  
Posted 10 months ago

Hi @<1577106212921544704:profile|WickedSquirrel54>

We are self hosting it using Docker Swarm

Nice!

and were wondering if this is something that the community would be interested in.

Always!

what did you have in mind? I have to admit I'm not familiar with the latest in Docker swarm but we all lover Docker the product and the company

  
  
Posted 10 months ago

We would "donate" back to the community a docker stack template that can be used to set up the community edition.

Perfect, feel free to PR to the clearml-server repository, we can take it from there
🙏 🙏 😍

  
  
Posted 10 months ago

We would "donate" back to the community a docker stack template that can be used to set up the community edition. We have been running this on our Hetzner Docker Swarm for something of a year or so now? Not much in terms of HA for mongodb or Elastic Search, but we get "high enough" availability with this setup.

  
  
Posted 10 months ago

Hey @<1577106212921544704:profile|WickedSquirrel54> , I would definitely be interested in this. A gist would be cool too

  
  
Posted 10 months ago

Should be fairly easy to add no?

  
  
Posted 10 months ago

I just realized that we didn't deploy the fileserver in our deployment at all and instead enforce usage of s3 as we didn't see the need for it. We might have to clarify that in that stack though then

  
  
Posted 10 months ago

yeah, I was just wondering why we did that and whether other people might want to do the same

  
  
Posted 10 months ago

What I could do until we have the time to do this properly:

I could dump the whole thing but with all our credentials removed. As I said, we removed some things and some new components we are not using yet

  
  
Posted 10 months ago

also i wanna say that clearml is by far the least insane offering in the mlops space. and that's a good thing. no weird marriage between kubernetes and the platform just because. I applaud that design decision

  
  
Posted 10 months ago
555 Views
10 Answers
10 months ago
10 months ago
Tags