
Reputation
Badges 1
10 × Eureka!Hi @<1523701070390366208:profile|CostlyOstrich36> thank you for your reply. I want to update not only the plots but also the markdown text.
Hi, the versions are:
WebApp: 1.16.2-502 • Server: 1.16.2-502 • API: 2.30
Hi @<1523701070390366208:profile|CostlyOstrich36> , we are using a slef-hosted clearml in kubernetes
Nice to hear, but the code for the library to be installed is in the git repository. So does the agent clone the repo first and then run the bash script, or the other way around?
@<1706116294329241600:profile|MinuteMouse44> Could you solve the issue?
Thank you for your idea. Unfortunately, it does not work. The package will be tracked locally correctly, but when the agent runs this for the first time, it will overwrite the original PIP with PIP (Package @ Nexus). When I clone this task and enqueue it, it will fail because the username and password are no longer in the Nexus link.
Ah sorry. I use pip install -r requirements.txt. I have the environment variables also set.
Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for the anwer. This would work but then I would only have one "global" version of the lib and could not install in Task1 lib==1.0 and in Task2 lib==2.0 or?
We let clearml track the repository and have the login data in the agent configuration.
@<1523701070390366208:profile|CostlyOstrich36> Thanks for your answer. But then the data would still not be stored “efficiently”, would it? Since you download the artifact append and append the data set to the new task every time, right?