Hi @<1820993257639776256:profile|DeepOwl31> , can you please elaborate on what your current setup is?
Answered
How I Can Cache The Poetry And Pip Installations, On My Workers, So Every Worker And Trial That Is Running Inside A Container On My Worker, Doesn'T Need To Install Again And Use The Cache Of The Host (Worker Server)? I Need To Create A Docker Volume For T
How I can cache the poetry and pip installations, on my workers, so every worker and trial that is running inside a container on my worker, doesn't need to install again and use the cache of the host (worker server)? I need to create a docker volume for them? There is any configuration with clearml.conf for that? I find this one, but I think it's not here:
docker_internal_mounts {
sdk_cache: "/clearml_agent_cache"
apt_cache: "/var/cache/apt/archives"
ssh_folder: "/root/.ssh"
pip_cache: "/root/.cache/pip"
poetry_cache: "/root/.cache/pypoetry"
vcs_cache: "/root/.clearml/vcs-cache"
venvs_cache: "/root/.clearml/venvs-cache"
venv_build: "/root/.clearml/venvs-builds"
pip_download: "/root/.clearml/pip-download-cache"
}
252 Views
1
Answer
2 months ago
2 months ago
Tags