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
LazyClams7
Moderator
1 Question, 7 Answers
  Active since 13 July 2024
  Last activity 15 days ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
12 Answers
213 Views
0 Votes 12 Answers 213 Views
Hi Folks, - I'm experimenting with a local deployment of ClearML server on my laptop. I'm developing on a docker container anyway, so I think it makes sense ...
one month ago
0 Hi Folks,

@<1523701087100473344:profile|SuccessfulKoala55> right now it is configured with:

network_mode: service:apiserver

in docker-compose-win-10.yml . I have also tried:

networks:
   - frontend
   - backend

But with this configuration, I was not even able to communicate with the apiserver.
Correction: I am able to authenticate with the api server with both configurations. However, with the first configuration, I can use the task cli to do for instance:

clearml-tas...
24 days ago
0 Hi Folks,

I used clearml-init to configure the clearml.conf . This used the following:

  • api_server : None
  • web_server: None
  • files_server : NoneJust to see if it would help, I tried changing localhost to host.docker.internal but it didn't help.
one month ago
0 Hi Folks,

@<1523701087100473344:profile|SuccessfulKoala55> No, I am not able to upload a file with either configuration. However, the first configuration works better in that I can use the task CLI.

16 days ago
0 Hi Folks,

Just wanted to add that the above error api_server is misconfigured seems to happen regardless of whether I modify the standard docker_compose.yml

one month ago
0 Hi Folks,

@<1523701087100473344:profile|SuccessfulKoala55> I see the api_server is misconfigured error in the logs for the clearml-fileserver . Unfortunately I can't copy and paste the logs for policy reasons, but I'll paraphrase them below:

  • config files loaded from /opt/clearml/fileserver
  • [ERROR] [werkzeug] (ip address) code 400, message bad request version
  • urllib3.connectionpool Retrying after connection broken by NewConnectionError
  • Traceback: urllib3/connection.py: ConnectionRe...
one month ago
0 Hi Folks,

@<1523701087100473344:profile|SuccessfulKoala55> I did as you suggested: from the fileserver container, I was able to authenticate with the API server and receive a token.
however, from my development container if I do
clearml-data add --files Affairs.csv
I still get a connetion refused error.

one month ago
0 Hi Folks,

I also tried using the ip address of the files_server container, but that didn't seem to make a difference

one month ago