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
Hey Guys, I’M Trying To Install

hey guys, I’m trying to install nvidia-dali-cuda110 .
but apparently clearml-agent didn’t used the external-link I provided to use to install it.
This is how my requirements.txt file looks like:
` matplotlib>=3.2.2
numpy>=1.18.5

opencv-python>=4.1.2
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1

-f
torch==1.10.0+cu113
torchaudio==0.10.0+cu113
torchvision==0.11.1+cu113
tqdm>=4.41.0

**************** here the problem happens **********
--extra-index-url
nvidia-dali-cuda110 `I don’t know why, but when I use terminal to install it, everything works fine!
Any ideas on how to solve it?

  
  
Posted 2 years ago
Votes Newest

Answers 7


Thanks!

  
  
Posted 2 years ago

I think I misunderstood your problem at the start. let me take another look 🙂

  
  
Posted 2 years ago

Hi DeliciousSeal67 , You want the agent to run in a container and you added the container to the 'installed packages'?

  
  
Posted 2 years ago

CostlyOstrich36 I tried it multiple times, but whenever I’m changing them, it keep going back to the original one, which doesn’t have any of --extra-index-url any suggestion on how to solve it ?

  
  
Posted 2 years ago

DeliciousSeal67 , you need to update the docker image in the container section - like here:

  
  
Posted 2 years ago

Edit clearml.conf on the agent side and add the extra index url there - https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L78

  
  
Posted 2 years ago

Hi CostlyOstrich36 , thanks a lot for your response, I’m using the default settings, so exactly as you said!

  
  
Posted 2 years ago
912 Views
7 Answers
2 years ago
one year ago
Tags
Similar posts