Fix docker mode use "~/.clearml/venvs-builds" as default for easier user-mode containers

This commit is contained in:
allegroai 2022-08-29 18:05:53 +03:00
parent 9054ea37c2
commit 2693c565ba

View File

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