Unanswered
Hi!
I Developed Clearml Pipeline As Python Package (
FlatOctopus65
In my local environment
pipeline_package
is installed in development mode
In order to install the package you need to specify the git repo of the package, this is how the pipeline would know where to bring it from.
Either install it locally with "pip install git+ https://github.com/ ...." or add tp the packages
argument of the Pipeline wrapper packages = ["git+
https://github.com/
"] `
wdyt?
161 Views
0
Answers
2 years ago
one year ago