I don't think there should be an issue to run the agent inside a docker container
Hi QuaintJellyfish58 , you mean like through conda?
Hi CostlyOstrich36 ,
nope, i mean my server does not have pip/conda. so i will go for docker/container, is that possible if i install clearml-agent inside python:3.10 container?
alright, will try, i just worried about if execution mode is docker mode? should i mount to /var/run/docker.sock?
@<1523701260895653888:profile|QuaintJellyfish58> If you're running the agent daemon inside a docker container and using --docker
in the agent daemon command line options, you should mount the docker socket, yes. See here for an example of how we do it for the services agent running alongside the server (similar use-case)