Hi everyone, I recently joined the community and I have a question. I installed ClearML server following the instructions at the link None and everything wor...
11 months ago
I will try as you indicated. Thank you
I tried via nginx but it doesn't work. This is the location configuration:
location /clearml/ {
proxy_pass None ;
}
in this way via the web the portal seems to load but then nothing is displayed.
If instead I change the location to just "/", then it works. Am I doing something wrong?