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
BitingKangaroo95
Moderator
2 Questions, 10 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
9 Answers
757 Views
0 Votes 9 Answers 757 Views
Hey there! Quick question about clearml-agent, docker and conda. I’m trying to use conda as package manager with an agent, but I get the following error mess...
one year ago
0 Votes
9 Answers
741 Views
0 Votes 9 Answers 741 Views
Hey there! I’m having a problem with clearml-sessions, maybe someone had a similar problem already: I’m running an agent in docker mode on a remote machine. ...
one year ago
0 Hey There! Quick Question About Clearml-Agent, Docker And Conda. I’M Trying To Use Conda As Package Manager With An Agent, But I Get The Following Error Message:

these are the last few lines from the console output - if it is helpful:
` Current configuration (clearml_agent v1.5.0, location: /tmp/clearml.conf):

api.version = 1.5
api.verify_certificate = true
api.default_version = 1.5
api.http.max_req_size = 15728640
api.http.retries.total = 240
api.http.retries.connect = 240
api.http.retries.read = 240
api.http.retries.redirect = 240
api.http.retries.status = 240
api.http.retries.backoff_factor = 1.0
api.http.retries.backoff_max ...

one year ago
one year ago
0 Hey There! Quick Question About Clearml-Agent, Docker And Conda. I’M Trying To Use Conda As Package Manager With An Agent, But I Get The Following Error Message:

Thank you very much for your quick reply! Im using mac on my local machine and the agent is running on a linux vm (debian)

one year ago
0 Hey There! I’M Having A Problem With Clearml-Sessions, Maybe Someone Had A Similar Problem Already: I’M Running An Agent In Docker Mode On A Remote Machine. When I Run

sure AgitatedDove14
cleaml-session:
` $ clearml-session --queue session-test ī‚² āœ”
clearml-session - CLI for launching JupyterLab / VSCode on a remote machine
Verifying credentials
Use previous queue (resource) 'session-test' [Y]/n? y

Interactive session config:
{
"base_task_id": null,
"git_credentials": false,
"jupyter_lab": true,
"keepalive": false,
"password": "263d75e1e32c855893740d23ec000c5abfb9d3c4d50506ab87229d0...

one year ago
0 Hey There! I’M Having A Problem With Clearml-Sessions, Maybe Someone Had A Similar Problem Already: I’M Running An Agent In Docker Mode On A Remote Machine. When I Run

Thanks for your time, Martin! It is now working under the premise that I
start the clearml-agent in docker-mode as root user change the sshd_config so that it allows port forwarding , agent forwarding and x11 forwarding start clearml-session on my local machine as root

one year ago
0 Hey There! I’M Having A Problem With Clearml-Sessions, Maybe Someone Had A Similar Problem Already: I’M Running An Agent In Docker Mode On A Remote Machine. When I Run

Thanks Martin; Iā€™m really enyjoying clearML so far. Especially the function to execute code remotely makes it a real great product šŸŽ‰

one year ago
0 Hey There! Quick Question About Clearml-Agent, Docker And Conda. I’M Trying To Use Conda As Package Manager With An Agent, But I Get The Following Error Message:

Thanks for this information! Then I know that it must have something to do with the conda installation. I will dig deeper on that and will post an update, if Iā€™m successful - maybe it would be helpful for someone else in the future

one year ago
0 Hey There! Quick Question About Clearml-Agent, Docker And Conda. I’M Trying To Use Conda As Package Manager With An Agent, But I Get The Following Error Message:

I deployed a new instance real quick and installed everything again. Conda gets found via which conda and is also listed when I try it with echo $PATH . The error still persists.

one year ago