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
VivaciousReindeer64
Moderator
3 Questions, 12 Answers
  Active since 18 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello folks, I'm new to ClearML. I've installed a self-hosted instance by using the docker-compose.yml versioned 3.6. It appears that my ClearML service cons...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi, My local set up uses environment variables like below. CLEARML_HOST_IP=192.168.1.145 CLEARML_WEB_HOST= http://webserver CLEARML_FILES_HOST= http://filese...
2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

Hi CostlyOstrich36 Thanks for your comment. I modified the environment variable to ' CLEARML_FILES_HOST= http://fileserver:8001 ' and restart the server. But, the credentials page still presents 'undefined' for the variable. Thanks anyway.

2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

@<1523703097560403968:profile|CumbersomeCormorant74> , Where can I find the web server log? I have an apiserver.log and a fileserver.log in /opt/clearml/logs. Nothing else.

2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

Hi @<1523703097560403968:profile|CumbersomeCormorant74> ,
The web server keeps restarting after adding the volume parameter and configuration.json you suggested and restarting the docker-compose. Please let me know if you need logs to investigate. Thanks a lot for your efforts.

2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

@<1523703097560403968:profile|CumbersomeCormorant74> , Attached are two zip files like below.
normal-log.zip contains docker-compose.yml and a webserver log when volumes is not used.
volume-log.zip have files when volumes is added to webserver section.
Thanks

2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

@<1523703097560403968:profile|CumbersomeCormorant74> , Thanks a lot for your help. It is working now with your docker-compose.yml. The value of file_server is correctly displayed on the 'create credentials' page. Thank you so much!!!

2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

@Oren Thank you so much for your efforts. I've tried your suggestion without success. I'm sure I restart the whole service with 'docker-compose down', and then 'up -d.'
By the way, did you add the line in the docker-compose.yml? The file doesn't accept '=' for key value mapping. So, I used following lines.

webserver:
command:
- webserver
container_name: clearml-webserver
environment:
WEBSERVER__fileBaseUrl: "http//192.168.1.145:8081"
# CLEARML_SERVER_SUB_PATH : cl...

2 years ago
0 The Webserver And Fileserver Are Containers Defined In Docker-Compose.Yml. But, The Clearml_File_Host Variable Is Always 'Undefined' In The Create Credentials Page Of The Web App As In The Attached Screenshot. Does It Mean My Configuration Has Something

@<1523703097560403968:profile|CumbersomeCormorant74> Added the last two lines below in my docker-compose.yml without any success. Tried both http and https.

webserver:
command:
- webserver
container_name: clearml-webserver
environment:
WEBSERVER__fileBaseUri: https//192.168.1.145:8081

2 years ago
0 Hello Folks, I'M New To Clearml. I'Ve Installed A Self-Hosted Instance By Using The Docker-Compose.Yml Versioned 3.6. It Appears That My Clearml Service Consists Of 8 Containers. The Issue Is That Whenever I Execute The Service, The

Hi @<1523701087100473344:profile|SuccessfulKoala55> Thank you very much for your help. It's working fine now after I set the keys. Thanks again 😀

2 years ago