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 Everyone, I Would Like To Implement Clearml Via Docker On Our Ubuntu Vm. I Have A Problem When I Try To Connect The Clearml Server To The Clearml Agent. I Get An Error Because The Agent Cannot Establish A Connection Via Http And Ip Address. A Con

Hello everyone,
I would like to implement ClearML via Docker on our Ubuntu VM.

I have a problem when I try to connect the ClearML server to the ClearML agent.

I get an error because the agent cannot establish a connection via HTTP and IP address. A connection via HTTPS and domain name is mandatory.

I have already tried to create a certificate with OpenSSL and simulate a secure connection using an Nginx reverse proxy, but this failed. The agent insists on a secure protocol and the connection via a domain name.

Is there any environment variable or test mode I can use to allow insecure connection?

Thank you

  
  
Posted 2 months ago
Votes Newest

Answers


I ’ m not totally sure atm but you can try to set env var CLEARML_API_HOST_VERIFY_CERT="false"

  
  
Posted 2 months ago
142 Views
1 Answer
2 months ago
2 months ago
Tags