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
Hi Everyone! I Want To Setup Uv Caching On 1.9.3 Agent, But Doesnt Understand Where I Should Add Uv_Cache_Dir In My Clearml Config. I Have Tried Several Options But It Doesnt Help And Uv Always Redownloads The Packages. Can Anybody Help Me?

Hi everyone!
I want to setup uv caching on 1.9.3 agent, but doesnt understand where i should add UV_CACHE_DIR in my clearml config. I have tried several options but it doesnt help and uv always redownloads the packages. Can anybody help me?

  
  
Posted one month ago
Votes Newest

Answers 5


You can add env variables to your tasks in the container section of the task

  
  
Posted one month ago

SuccessfulKoala55
i run agent in docker mode using that command clearml-agent daemon --queue baremetal --docker nvcr.io/nvidia/pytorch:23.05-py3 --detached

  
  
Posted one month ago

PanickyDolphin50 the env var should be available where the agent is running and setting up the task - how are you running the agent, and in what mode?

  
  
Posted one month ago

CostlyOstrich36
Its described here in pr None

I cant understand how to setup it properly on docker mode agent

  
  
Posted one month ago

Hi PanickyDolphin50 , what is this uv caching you're referring to?

  
  
Posted one month ago