Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
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"
}
  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1820993257639776256:profile|DeepOwl31> , can you please elaborate on what your current setup is?

  
  
Posted 2 months ago
251 Views
1 Answer
2 months ago
2 months ago
Tags