diff --git a/docs/clearml.conf b/docs/clearml.conf index bd0c7eb..859333f 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -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 {