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, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

hello, deploy clearml in docker and train a yolov8 model, finish train, in PLOTS no pics show,so why
image

  
  
Posted one month ago
Votes Newest

Answers 11


Are you using the community server or are you using the open source and self hosting?

  
  
Posted one month ago

@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one month ago

@<1523701070390366208:profile|CostlyOstrich36> There's still issue in the frontend. The frontend for plots does not include the cookie when requesting the images, but it does when showing the debug samples. (I am using the open source and self-hosting with k8s)
image
image

  
  
Posted one month ago

Hi @<1750327622178443264:profile|CleanOwl48> , it's not a cookie domain issue, when a P{lotly background image is set, Plotly used JS to fetch it, but it omits the cookie when the image and webapp are not on the same site.

we have a workaround, if you properly set the fileserver URL for webserver nginx it will redirect calls from /files to fileserver, and if the UI has WEBSERVER__fileBaseUrl set it will allow the UI to rewrite the call for the image through nginx reverse proxy.
this way the request to fetch Plotly background image stays on the same site and auth cookie get sent.

  
  
Posted one month ago

Hi @<1762286410452176896:profile|ExcitedFrog68> , if you open dev tools (F12) do you see any console errors?

  
  
Posted one month ago

yes, self hosting

  
  
Posted one month ago

Hi, I am getting the same error as well.

On my local setup, everything works fine with a local ip address.
When I request the image directly on my local setup, the browser use the following cookie:

clearml_token_basic: XXX
domian: 192.168.51.60

When I request the image on my k8s cluster, the browser cannot find the cookie and return a 401 respond.

The default cookie level is different as well:

clearml_token_basic: XXX
domain: app.xxx.com

I try plugging the cookie when request from files.xxx.com but it does not works.

  
  
Posted one month ago

Also I tried follow None

but it have some SSL issues. The ssl cert only allow for 1 subdomain level (only 1 dot). Is there any work around? I am currently using http only.

  
  
Posted one month ago

@<1750327622178443264:profile|CleanOwl48> ,
image

  
  
Posted one month ago

get this error
image

  
  
Posted one month ago

This approach disable file server auth service. Another fix is to set the correct cookie domain.

  
  
Posted one month ago
107 Views
11 Answers
one month ago
29 days ago
Tags