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
Hello, I Got A Question. I Start The Clearml Server On Premise. When I Create A New Credential, It Doesn'T Have

Hello, I got a question. I start the ClearML server on premise. When I create a new credential, it doesn't have files_server info. Any idea? Thanks.

  
  
Posted 2 years ago
Votes Newest

Answers 3


CostlyOstrich36 It's because the ports are used by other services.

  
  
Posted 2 years ago

My guess is it's failing to auto-detect the fileserver. The UI doesn't take info from the docker-compose so I think you'll need to add it in manually.

May I ask why you've changed the ports from the default mappings?

  
  
Posted 2 years ago

I just added manually to config file and it works fine

  
  
Posted 2 years ago
594 Views
3 Answers
2 years ago
one year ago
Tags