Deprecate venv_update (replaced by the more robust venvs_cache)

This commit is contained in:
allegroai 2021-04-28 13:17:37 +03:00
parent 24dc59e31f
commit 823b67a3ce

View File

@ -107,11 +107,12 @@ agent {
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
# Still in beta, turned off by default
venv_update: {
enabled: false,
},
# venv_update: {
# enabled: false,
# },
# cached folder for specific python package download (mostly pytorch versions)
pip_download_cache {