You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our workshop set up, learners cannot run the pipeline script locally and they can only test the pipeline script with a complicated docker build/run combo.This is adding unnecessary complication and friction to the workshop.
We should make the pipeline scripts locally executable: instead of docker build + docker run, we can just rewrite the scripts so they can be executed locally. To test, you just need to run the script (we can provide the input/output/metadata dir as env vars or arguments or assume test if /kratix does not exist).
A bit more context on this can be found in #128 (comment)
The text was updated successfully, but these errors were encountered:
Context
This is split out from #128.
In our workshop set up, learners cannot run the pipeline script locally and they can only test the pipeline script with a complicated docker build/run combo.This is adding unnecessary complication and friction to the workshop.
We should make the pipeline scripts locally executable: instead of docker build + docker run, we can just rewrite the scripts so they can be executed locally. To test, you just need to run the script (we can provide the input/output/metadata dir as env vars or arguments or assume test if /kratix does not exist).
A bit more context on this can be found in #128 (comment)
The text was updated successfully, but these errors were encountered: