Reputation
Badges 1
6 × Eureka!The agent will map the ~/.ssh folder automatically into the docker's /root/.ssh
Thanks
Is the clearml-agent running in docker mode ?
How do you run the clearml-agent
in docker mode? You execute the clearml-session
in Docker mode?
In the log for clearml-agent
I can see the following, where <my_container>
is the container:
` docker_cmd = <my_container>:latest --network host
entry_point = interactive_session.py
working_dir = .
Using base prefix '/usr/local'
New python executable in /home/<user>/.clearml/venvs-builds/3.7/bin/python3.7
Also creating executable in /home/<user>/.clearml/venvs-builds/3.7/bin/python
Installing setuptools, pip, wheel...
done.
2021-08-04 16:50:03
Collecting pip<20.2
Using cached pi...
Thanks for the link. The only difference is that I execute the clearml-session
with --docker
flag. That seemed to be the issue in the post above?
clearml-agent --docker
Oh thanks. clearml-agent --help
did not show the docker option, but clearml-agent daemon --help
does, so I did not see it