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
ThoughtfulCentipede62
Moderator
2 Questions, 15 Answers
  Active since 02 May 2023
  Last activity 12 months ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
24 Answers
622 Views
0 Votes 24 Answers 622 Views
Hi everyone, I'm new to ClearML and I want to run a task on a remote host inside a Docker container. The Python interpreter I need to use is located at /opt/...
12 months ago
0 Votes
2 Answers
645 Views
0 Votes 2 Answers 645 Views
Hi, I want to run a task on a remote docker. I have several dockers, some manage the packages with pip and some with conda. How can I deal with this by runni...
12 months ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

thanks @<1523701070390366208:profile|CostlyOstrich36> for the fast response!
do I need to update the field python_binary?

12 months ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

I get the following error:
clearml_agent: ERROR: Python executable with version '/opt/conda/bin/python3' requested by the Task, key 'agent.default_python', not found in path, tried: ('/opt/conda/bin/python3', '/opt/conda/bin/python3')

12 months ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

the path is correct.

I updated clearml.conf on the remote host

Set the python version to use when creating the virtual environment and launching the experiment

# Example values: "/usr/bin/python3" or "/usr/local/bin/python3.6"
# The default is the python executing the clearml_agent
python_binary: "/opt/conda/bin/python3"
12 months ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

I'm running a systemd service
ExecStart=/bin/bash -c 'source /home/clearml/.bashrc && clearml-agent daemon --queue gpu_3080 --foreground'

12 months ago
12 months ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

i have a systemd service that runs the following
ExecStart=/bin/bash -c 'source /home/clearml/.bashrc && clearml-agent daemon --queue gpu_3080 --foreground'

do i need to create another systemd service for the agent using docker?

12 months ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

Thanks a lot!! @<1523701070390366208:profile|CostlyOstrich36> @<1523701087100473344:profile|SuccessfulKoala55>

12 months ago
0 Hi All

Is there a way so solve it ? @<1523701070390366208:profile|CostlyOstrich36>

10 months ago
0 Hi All

@<1523701070390366208:profile|CostlyOstrich36> None

10 months ago
0 Hi All

Hi, I get the exact same problem. do you have any solution for this? @<1523701070390366208:profile|CostlyOstrich36> @<1523701435869433856:profile|SmugDolphin23> Thanks!

10 months ago