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 Need Deploy Clearml On-Premise Without Docker? Please Mention Is There Any Ways To Follow?

i need deploy clearml on-premise without docker? please mention is there any ways to follow?

  
  
Posted one year ago
Votes Newest

Answers 4


Hi @<1556812506238816256:profile|LargeCormorant97> , I think you would need to go deeper and investigate each docker's environment and see what is run inside each container and what is the entrypoint since there are several containers each in charge of something else.

Is there a specific reason you need to deploy it without docker?

  
  
Posted one year ago

@<1556812506238816256:profile|LargeCormorant97> why do you have this restriction?

  
  
Posted one year ago

hi John & Jake thanks for inputs. i need to go deeper at this time. no specific reason. we decided to implement without docker approach.

  
  
Posted one year ago

Well, this would require quite a bit of work on your side

  
  
Posted one year ago
677 Views
4 Answers
one year ago
one year ago
Tags