Hi @<1595225620323766272:profile|VivaciousElk3> , you can set it with env variables - None
The ones that you're looking for are:
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
Hi community 🙂 I have a question with the Agent. I have a docker image that already contains everything for a task to run. To start the Task, all it would need is to pull the image, and run the Task in the proper conda environment that is already installed on the image. I cannot figure out how to do this though. Is there a way to get the Agent to not use the automatic commands, but to rely on what's already there instead ? All it would need to do is literally docker pull image then docker run image python main.py, and this would work.
Thanks in advance !
Hi @<1595225620323766272:profile|VivaciousElk3> , you can set it with env variables - None
The ones that you're looking for are:
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL