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
Have You Guys Forgot To Add Uv Caching? Im Trying On 1.9.3Rc0 And Uv Always Redownloads The Packages, Doesnt Use Cache. Or Is It My Skill Issue? All I Added: Package_Manager: {

Have you guys forgot to add uv caching?
Im trying on 1.9.3rc0 and uv always redownloads the packages, doesnt use cache. Or is it my skill issue?
All i added:
package_manager: {
# supported options: pip, conda, poetry, uv
type: uv,

     # specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version) 
    pip_version: ["<20.2 ; python_version < '3.10'", "<22.3 ; python_version >= '3.10' and python_version <= '3.11'", ">=23,<24.3 ; python_version >= '3.12'"]
     # specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version) 
     # poetry_version: "<2", 
     # poetry_install_extra_args: ["-v"] 
    uv_version: ">0.4",
    uv_sync_extra_args: ["--all-extras"]

None

  
  
Posted 4 days ago
Votes Newest

Answers 8


Hi @<1590514584836378624:profile|AmiableSeaturtle81> , did you try the solution in GitHub? Did it not help?

  
  
Posted one day ago

i can add "source /workspace/.venv/bin/activate", to clearml.conf docker_init_bash_script
However it then tries to access pip, but i dont need no pip, how to disable it, i already have my packages, and uv doesnt even require pip

  
  
Posted one day ago

Where can i override this so that it uses uv instead of trying to install python with apt
image

  
  
Posted one day ago

Im basically trying to force the agent to use uv defined python
image

  
  
Posted one day ago

how to get rid of this auto appended line
image

  
  
Posted one day ago

I see in clearml-agent that it is created here
image

  
  
Posted one day ago

i also think that if my package manager is set to uv, then it should only use uv and ignore pip at all

  
  
Posted one day ago

Not really, but i think i will figure out the uv caching

I have another question @<1523701070390366208:profile|CostlyOstrich36>
How can i make the clearml agent to just run the image with just the uv
dont install any packages, nothing
i found docker_init_bash_script in clearml.config
i know there are some envs to pass in task init but that does not fully do what i want - just simply run the image, i have all the dependencies

  
  
Posted one day ago
39 Views
8 Answers
4 days ago
12 hours ago
Tags