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 2 years ago
Votes Newest

Answers 4


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

  
  
Posted 2 years 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 2 years ago

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 2 years ago

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

  
  
Posted 2 years ago
1K Views
4 Answers
2 years ago
2 years ago
Tags