mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
update configs
This commit is contained in:
@@ -53,8 +53,9 @@ agent {
|
||||
# select python package manager:
|
||||
# currently supported pip and conda
|
||||
# poetry is used if pip selected and repository contains poetry.lock file
|
||||
# uv is used if pip selected and repository contains uv.lock file
|
||||
package_manager: {
|
||||
# supported options: pip, conda, poetry
|
||||
# supported options: pip, conda, poetry, uv
|
||||
type: pip,
|
||||
|
||||
# specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version)
|
||||
|
||||
Reference in New Issue
Block a user