Reputation
Badges 1
12 × Eureka!Thanks a lot!! @<1523701070390366208:profile|CostlyOstrich36> @<1523701087100473344:profile|SuccessfulKoala55>
inside the docker only
hi @<1523701070390366208:profile|CostlyOstrich36> , can I pass it using the CLI as well?
Hi, I get the exact same problem. do you have any solution for this? @<1523701070390366208:profile|CostlyOstrich36> @<1523701435869433856:profile|SmugDolphin23> Thanks!
is the docker image is the docker that will be used for the task?
on 2 different services?
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"
the same service will run 2 agents?
I'm running a systemd service
ExecStart=/bin/bash -c 'source /home/clearml/.bashrc && clearml-agent daemon --queue gpu_3080 --foreground'
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')
thanks @<1523701070390366208:profile|CostlyOstrich36> for the fast response!
do I need to update the field python_binary?
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?
actually, sometimes I will not use a docker for my tasks. is there a way to support both ways?