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
ObnoxiousBluewhale46
Moderator
2 Questions, 2 Answers
  Active since 31 October 2023
  Last activity 6 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
2 Answers
388 Views
0 Votes 2 Answers 388 Views
Hi all, I was wondering if someone can support me with a fresh ClearML installation on a remote server. I exported the variable $CLEARML_DEFAULT_OUTPUT_URI t...
6 months ago
0 Votes
4 Answers
395 Views
0 Votes 4 Answers 395 Views
Hi community! I'm facing an issue with a self-hosted ClearML server. I modified the docker-compose file so to have all the volumes mounted in a specific loca...
6 months ago
0 Hi All, I Was Wondering If Someone Can Support Me With A Fresh Clearml Installation On A Remote Server. I Exported The Variable

Also if I set set the output uri folder to a non-existing location I'm not only getting a "Folder does not exist" error but also an "insufficient permission error"
I post the log down here

  File "/opt/anaconda3/lib/python3.11/site-packages/clearml/storage/helper.py", line 2737, in check_write_permissions
    self.upload_from_stream(stream=six.BytesIO(b"clearml"), dest_path=dest_path)
  File "/opt/anaconda3/lib/python3.11/site-packages/clearml/storage/helper.py", line 2441, in upload_fr...
6 months ago
0 Hi Community! I'M Facing An Issue With A Self-Hosted Clearml Server. I Modified The Docker-Compose File So To Have All The Volumes Mounted In A Specific Location (

Hi @<1523701087100473344:profile|SuccessfulKoala55> , seems to be related to some permission setting as I am getting permission denied errors even though I ran the chown command as reported in the tutorial.
Here some snippets from the log and here is also the diff btw the original docker-compose and the modified one -> None

ELASTIC

/usr/share/elasticsearch/bin/elasticsearch-env: line 158: cannot create temp file for here-document: Permission ...
6 months ago