Closed Bubblyworld closed 2 years ago
See #93. Refactors the Step data object to be an immutable box, which gives us json/yaml/etc serialisation for free. Next step is to inject the requirements file into each step and run pip install -r on it in the kubeflow backend's step components.
Step
pip install -r
1 files 1 suites 38s :stopwatch: 70 tests 57 :heavy_check_mark: 13 :zzz: 0 :x:
Results for commit 0bd955cf.
See #93. Refactors the
Step
data object to be an immutable box, which gives us json/yaml/etc serialisation for free. Next step is to inject the requirements file into each step and runpip install -r
on it in the kubeflow backend's step components.