Unanswered
Hi!
I Developed Clearml Pipeline As Python Package (
I think you would need to add some 'pre' steps. So you would want to build the package from the repository ( python setup.py bdist_wheel
) and then you can either install it manually via the startup script OR add it as a requirement using the following syntax in requirements file:///srv/pkg/mypackage
156 Views
0
Answers
2 years ago
one year ago