Add venvs_cache.path mount override for non-root containers (use: agent.docker_internal_mounts.venvs_cache)

This commit is contained in:
allegroai
2024-07-24 17:59:18 +03:00
parent f89a92556f
commit 0bb267115b
4 changed files with 13 additions and 3 deletions

View File

@@ -359,6 +359,7 @@
pip_cache: "/root/.cache/pip"
poetry_cache: "/root/.cache/pypoetry"
vcs_cache: "/root/.clearml/vcs-cache"
venvs_cache: "/root/.clearml/venvs-cache"
venv_build: "~/.clearml/venvs-builds"
pip_download: "/root/.clearml/pip-download-cache"
}