mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +00:00
Fix docker mode use "~/.clearml/venvs-builds" as default for easier user-mode containers
This commit is contained in:
parent
9054ea37c2
commit
2693c565ba
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user