Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
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

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?

  
  
Posted 14 days ago
Votes Newest

Answers 3


Hi @<1523701087100473344:profile|SuccessfulKoala55> thanks for the response. Now my question is more of how does ClearML agent know which env to use? Will it make envs using conda as an exe if the packages it needs for a project aren't fulfilled by an existing env?

  
  
Posted 6 days ago

Hi @<1600661428556009472:profile|HighCoyote66> , the conda executable should be in the system path

  
  
Posted 13 days ago

The CLEARML_CONDA_ENV_PACKAGE is an environment variable you can set which will point to a conda environment packages in a folder or in a tar file

  
  
Posted 13 days ago
76 Views
3 Answers
14 days ago
6 days ago
Tags