Hello everyone. I'm trying to run a clearml-agent and would like to configure the agent using the conda package manager. Additionally I would like to tell th...
						
							
	22 days ago
					
				 
			Hello Alon, thank you for your response. I saw this section for the configuration. What I do not understand is what values in this section should be changed and how..
What I would like to do:
package_manager: {
        # supported options: pip, conda, poetry, uv
        type: conda,
        # path to environment.yml in repository root directory
        # What key/value configuration pair do I use here?
        requirements_file: "$GIT_ROOT/environment.yml" # <-- Something like this?
...