Worked like a charm, thanks SuccessfulKoala55 !!! 😄
Hi CostlyFox64 ,
Can you try configuring your ~/clearml.conf
with the following?agent.package_manager.extra_index_url= [ "https://<USER>:<PASSWORD>@packages.<HOSTNAME>/<REPO_PATH>" ]
Hi CostlyOstrich36 . Would it also be possible to set those values through env vars?
Because I am using the https://github.com/allegroai/clearml-helm-charts/blob/06070a5c20691aaf83fc919b1bf07a822c212d5a/charts/clearml/values.yaml#L330 on Kubernetes and can thus far only configure it through env variables
Hi CostlyFox64 ,
I set the extra pypi server on the agent with the
CLEARML_AGENT_PACKAGE_MANAGER_EXTRA_INDEX_URL
env var, but it does not seem to be looking at it
The correct format for the env var name would be CLEARML_AGENT__AGENT__PACKAGE_MANAGER__EXTRA_INDEX_URL
(note that the .
is replaced by double-underline chars)