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
OK, I managed to do this via extra_docker_shell_script
option in values.yaml:
clearmlConfig: |-
sdk {
}
agent {
force_git_ssh_protocol: true
git_user: ""
git_pass: ""
extra_docker_shell_script: ["mkdir -p /root/.ssh", "cp /etc/ssh-key/..data/id_ed25519 /root/.ssh/", "ssh-keyscan -H bitbucket.mycompany.com >> /root/.ssh/known_hosts"]
}
And now I have another issue - how can I run pip install -e .
command? Is that possible to install packages from a local project path?
19 Views
0
Answers
2 months ago
2 months ago