You're not the first one with this problem, so I think I'll ask the devs to maybe add it as a parameter for clearml-agent
in that way it will show up in the docs and you might have found it sooner. Do you think that would help?
Thanks for help ! I will try and let you know.
Hey ExasperatedCrocodile76 ! Thanks for checking back in and letting me know 😄 Glad I could help!
Hello , I passed following variables to the agent followingly: CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1 CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1 clearml-agent daemon --queue "default" --foreground
and it works perfectly ! Thanks for advise.
Hi ExasperatedCrocodile76 ,
You can try running the agent with these environment variables set to 1:
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1 CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1
There's more env vars here: https://clear.ml/docs/latest/docs/clearml_agent/clearml_agent_env_var
Does that work for you?