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! I Have A Question Regarding Clearml-Agent Some Of The Packages In My Requirements Are Stored In A Private Pypi. Is There A Way To Pass The Credentials To The Agent Somwhow For The Task Installation Step?

Hi! I have a question regarding clearml-agent
Some of the packages in my requirements are stored in a private pypi. Is there a way to pass the credentials to the agent somwhow for the task installation step?

  
  
Posted one year ago
Votes Newest

Answers 8


Hi VirtuousMole5 , see here: https://github.com/allegroai/clearml-agent/blob/a5a797ec5e5e3e90b115213c0411a516cab60e83/docs/clearml.conf#L78
The URL you provide can include user/password as well (in the https://<user>:<pass>@<hostname>/... format)

  
  
Posted one year ago

And what to do if I need to generate a codeartifact auth token like in here:
https://docs.aws.amazon.com/codeartifact/latest/ug/python-configure-pip.html

  
  
Posted one year ago

Thanks!

  
  
Posted one year ago

I would say run your tasks in your own docker container and make sure the startup script generates the token each time

  
  
Posted one year ago

Well, AWS is always a problem with their interactive token generation...

  
  
Posted one year ago

which is time-limited of course

  
  
Posted one year ago

SuccessfulKoala55

  
  
Posted one year ago

Thanks SuccessfulKoala55 , you're help is much appreciated

  
  
Posted one year ago
629 Views
8 Answers
one year ago
one year ago
Tags