mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-11 23:34:19 +00:00
Deprecate venv_update (replaced by the more robust venvs_cache)
This commit is contained in:
parent
24dc59e31f
commit
823b67a3ce
@ -107,11 +107,12 @@ agent {
|
|||||||
path: ~/.clearml/vcs-cache
|
path: ~/.clearml/vcs-cache
|
||||||
},
|
},
|
||||||
|
|
||||||
|
# DEPRECATED: please use `venvs_cache` and set `venvs_cache.path`
|
||||||
# use venv-update in order to accelerate python virtual environment building
|
# use venv-update in order to accelerate python virtual environment building
|
||||||
# Still in beta, turned off by default
|
# Still in beta, turned off by default
|
||||||
venv_update: {
|
# venv_update: {
|
||||||
enabled: false,
|
# enabled: false,
|
||||||
},
|
# },
|
||||||
|
|
||||||
# cached folder for specific python package download (mostly pytorch versions)
|
# cached folder for specific python package download (mostly pytorch versions)
|
||||||
pip_download_cache {
|
pip_download_cache {
|
||||||
|
Loading…
Reference in New Issue
Block a user