diff --git a/clearml_agent/backend_api/config/default/agent.conf b/clearml_agent/backend_api/config/default/agent.conf index 7fa1267..dd69d33 100644 --- a/clearml_agent/backend_api/config/default/agent.conf +++ b/clearml_agent/backend_api/config/default/agent.conf @@ -83,7 +83,7 @@ # set the optional priority packages to be installed before the rest of the required packages, # In case a package installation fails, the package will be ignored, # and the virtual environment process will continue - # priority_optional_packages: ["pygobject", ] + priority_optional_packages: ["pygobject", ] # set the post packages to be installed after all the rest of the required packages # post_packages: ["horovod", ]