Hi @<1719524641879363584:profile|ThankfulClams64> , this environment variable is meant for the agent running the task remotely, and so using it in your local clearml configuration file will not work. You can add it to the extra container arguments in the task
I just used CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
can that be put int he clearml.conf? I didn't see a reference to it in the documentaiton
I guess I don't understand I am referring to the clearml configuration file on the agent. The only way I have gotten it to consistently work is to just install the environment before hand and set that environment variable. Otherwise it seems clearml is not correctly saving the environment to be able to reproduce it. In my case the issues is installing tensorflow instead of tensorflow[and-cuda] which is what was installed