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
<no title>

  • Hi all I need to set up a clearML server in GCP. I see here None in the import the image point 6 Enter the ClearML Server image bucket path (see ClearML Server GCP Custom Image ), for example: allegro-files/clearml-server/clearml-server.tar.gz .What I dont get is that the example does not refer to a bucket path. What bucket path should I specify ?
  
  
Posted 10 months ago
Votes Newest

Answers 4


before exposing our IP to the world, I suggest going over security advisory in the docs: None
as a general note, do not expose your server, the open source version is not designed for it, just put it inside your VPN and it will be fine

  
  
Posted 10 months ago

Hi @<1673501379764686848:profile|VirtuousSeaturtle4>

What I dont get is that the example does not refer to a bucket path. What bucket path should I specify ?

you mean to store data?

  
  
Posted 10 months ago

the above is a dummy IP

  
  
Posted 10 months ago

I found it but have another issue. I have a VM in GCP with the image from clear ml. How can I see its GUI in the browser. I search the external ip of the VM and the port 8080 but its unreachable like 29.90.78.43:8080

  
  
Posted 10 months ago