This will disable Pip installations for all of the tasks running on that Agent, correct?
Inside Python code task.execute_remotely()
Yes, however I think you might be able to expose this via an env variable on the Task object itself
Hi @<1659005876989595648:profile|ExcitedMouse44> , you can simply configure the agent not to install anything and just use the existing environment 🙂
The relevant env variables for this are: CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
None
@<1659005876989595648:profile|ExcitedMouse44> how are you creating the task?
Yes, I can test that .
However, it will still show all of those automatically detected packages in my configuration, which I want to avoid