Unanswered
Hi Again,
I Am Trying To Execute A Pipeline Remotely, However I Am Running Into A Problem With The Steps That Require A Local Package.
Basically I Have A Repo, That I Created Specifically For This Pipeline And I Have Packaged It So That I Can Split It I
I would just add git+
None to your requirements (either in the requirements.txt or even better as part of the pipeline/component where you also specify the repo to be used)
The agent will automatically push the crednetilas when it installs the repo as wheel.
wdyt?
btw: you might also get away with adding -e .
into the requirements.txt (but you will need to test that one)
94 Views
0
Answers
9 months ago
9 months ago