mirror of
				https://github.com/clearml/clearml-agent
				synced 2025-06-26 18:16:15 +00:00 
			
		
		
		
	Improve config file comments
This commit is contained in:
		
							parent
							
								
									a1274299ce
								
							
						
					
					
						commit
						b380ec54c6
					
				| @ -98,19 +98,23 @@ | ||||
|         # force_repo_requirements_txt: false | ||||
| 
 | ||||
|         # set the priority packages to be installed before the rest of the required packages | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # priority_packages: ["cython", "numpy", "setuptools", ] | ||||
| 
 | ||||
|         # 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 | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         priority_optional_packages: ["pygobject", ] | ||||
| 
 | ||||
|         # set the post packages to be installed after all the rest of the required packages | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # post_packages: ["horovod", ] | ||||
| 
 | ||||
|         # set the optional post packages to be installed after all the rest of the required packages, | ||||
|         # In case a package installation fails, the package will be ignored, | ||||
|         # and the virtual environment process will continue | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # post_optional_packages: [] | ||||
| 
 | ||||
|         # set to True to support torch nightly build installation, | ||||
|  | ||||
| @ -109,19 +109,23 @@ agent { | ||||
|         # conda_env_as_base_docker: false | ||||
| 
 | ||||
|         # set the priority packages to be installed before the rest of the required packages | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # priority_packages: ["cython", "numpy", "setuptools", ] | ||||
| 
 | ||||
|         # 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 | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # priority_optional_packages: ["pygobject", ] | ||||
| 
 | ||||
|         # set the post packages to be installed after all the rest of the required packages | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # post_packages: ["horovod", ] | ||||
| 
 | ||||
|         # set the optional post packages to be installed after all the rest of the required packages, | ||||
|         # In case a package installation fails, the package will be ignored, | ||||
|         # and the virtual environment process will continue | ||||
|         # Note: this only controls the installation order of existing requirement packages (and does not add additional packages) | ||||
|         # post_optional_packages: [] | ||||
| 
 | ||||
|         # set to True to support torch nightly build installation, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 allegroai
						allegroai