Hi all!
I've been using the self-hosted ClearML for a while and it's amazing, thank you guys for the excellent work. I recently discovered the ClearML agent, and in the setup I found this section in the clearml.conf
# notice this will not install any additional packages into the selected environment, should be used in
# conjunction with CLEARML_CONDA_ENV_PACKAGE which points to an existing conda environment directory
# conda_env_as_base_docker: false
I want to set the agent package_manager.type
to conda
, since I use conda for all my experiments. Reading the documentation, it seems like I also will set conda_env_as_base_docker
to true
. However I a little confused on how to use the CLEARML_CONDA_ENV_PACKAGE
, is this a variable that should be set in the clearml.conf
?
Further, I am having some issues using this package manager in the agent, with this error:
clearml_agent: ERROR: ERROR: package manager "conda" selected, but 'conda' executable could not be located
Is there a way to specify the conda executable path?