@<1523701070390366208:profile|CostlyOstrich36> Could you please suggest something?
/mnt/data/k8s-pvs/clearml-agent-pv
is a mounted folder
pip-download-cache
folder is created but it stays empty
my current agent config for worker looks like the following now
agent {
worker_id: "k8s-service-worker"
worker_name: "k8s-service-worker"
git_user: "gitlab+deploy-token-4"
git_pass: "xxx"
docker_force_pull: true
package_manager.system_site_packages: false
venvs_dir: ~/.cache/venvs-builds
venvs_cache: {
max_entries: 5
free_space_threshold_gb: 10.0
path: /mnt/data/k8s-pvs/clearml-agent-pv/venvs-cache
},
pip_download_cache {
enabled: true,
path: /mnt/data/k8s-pvs/clearml-agent-pv/pip-download-cache
},
vcs_cache {
enabled: true,
path: /mnt/data/k8s-pvs/clearml-agent-pv/vcs-cache
},
}