mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Fix disabling vcs cache should not add vcs mount point to container
This commit is contained in:
parent
441e5a73b2
commit
41fc4ec646
@ -3817,7 +3817,7 @@ class Worker(ServiceCommandSection):
|
||||
host_pip_dl = load_path("agent.pip_download_cache.path")
|
||||
self.debug("host_pip_dl: {}".format(host_pip_dl))
|
||||
|
||||
host_vcs_cache = load_path("agent.vcs_cache.path")
|
||||
host_vcs_cache = load_path("agent.vcs_cache.path") if temp_config.get("agent.vcs_cache.enabled", True) else ""
|
||||
self.debug("host_vcs_cache: {}".format(host_vcs_cache))
|
||||
|
||||
host_venvs_cache = load_path("agent.venvs_cache.path")
|
||||
|
Loading…
Reference in New Issue
Block a user