Unanswered
Hi There! I Am Using A Custom Clearml Installed In K8S Using The Official Helm-Chart (With Some Modifications). I Am Trying To Set Up Training That Runs From An Engineer’S Local Laptop In The K8S Cluster Using Clearml-Task. The Single File Variant (E.G. T
Hi Martin! About pip install -e .
- I had that made through agent.package_manager.extra_pip_install_flags flag like below:
agent {
package_manager: {
extra_pip_install_flags: ["-e", "." ],
}
}
Thanks for your help!
20 Views
0
Answers
2 months ago
2 months ago