From 823b67a3ce539b3d5a919221cd1c41302d6e2c29 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 28 Apr 2021 13:17:37 +0300 Subject: [PATCH] Deprecate venv_update (replaced by the more robust venvs_cache) --- docs/clearml.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {