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
Profile picture
AbruptDeer98
Moderator
1 Question, 4 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi ClearML Community, I am deploying ClearML on my self-hosted machine(Ubuntu 20.4). I follow the instructions from https://clear.ml/docs/latest/docs/deployi...
2 years ago
0 Hi Clearml Community, I Am Deploying Clearml On My Self-Hosted Machine(Ubuntu 20.4). I Follow The Instructions From

Hi SuccessfulKoala55 ,

Sorry for late reply. When I come back from my vacation, I find I can not visit webserver at port 8080 . So I typed docker-compose -f docker-compose.yml down to stop the containers and re-run docker-compose -f docker-compose.yml up to restart the ClearML. However, when I visit webserver as normal, it pops up a window as figure attached. And I find the clearml-elastic container keeps restarting, and the terminal prompts the errors as attached in...

2 years ago
0 Hi Clearml Community, I Am Deploying Clearml On My Self-Hosted Machine(Ubuntu 20.4). I Follow The Instructions From

Thanks for your help! SuccessfulKoala55 , I re-done the sudo chown -R 1000:1000 /opt/clearml and restart the docker containers, everything goes well!
Now I have a new issue. When I create a new credential in my profile, the files_server conf automaticlly generated still direct to the port 8081 , despite I change the port mapping in docker-compose.yml from 8081 to 8084 as I mentioned before. Is there any way around to make it give the mapped port?

2 years ago