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
Greetings, Could You Please Clarify If It Is Possible To Reinstall All Packages Every Time? For Example, I Tried To Start The Agent With Docker Options And Got The Following Message:

Greetings,
Could you please clarify if it is possible to reinstall all packages every time?
For example, I tried to start the agent with docker options and got the following message:
Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.6/dist-packages (from google-auth<2,>=1.6.3->tensorboard==2.4->-r /tmp/requirements_6nmjp3r7.txt (line 3)) (0.2.8)and this package remains in /usr/local/lib/python3.6/dist-packages , but new packages are installed in a different directory /root/.clearml/venvs-builds/3.6/lib/python3.6/site-package

  
  
Posted 3 years ago
Votes Newest

Answers 6


Hi ResponsiveCamel97
Let me explain how it works, essentially it creates a new venv inside the docker, inheriting all the packages form the main system packages.
This allows it to use the installed packages if the version match, and upgrade/change if you need, all without the need to rebuild a new container. Make sense ?

  
  
Posted 3 years ago

How so? they are in one place? the creation of the venv is transparent, and the packages that are there are everything you have in the docker, plus the ability to override them from the UI.
What am I missing here ?

  
  
Posted 3 years ago

Nothing)
I’ll talk to the developers and I think I figured out how to solve this problem

  
  
Posted 3 years ago

thanks

  
  
Posted 3 years ago

🙂

  
  
Posted 3 years ago

Thank you, I understand, but the developers want all packages to be in one place

  
  
Posted 3 years ago
646 Views
6 Answers
3 years ago
one year ago
Tags