See #150. Injects the same environment and same.yaml into each kubeflow
container so that the SDK knows which dataset to load when calling
sdk.dataset(...). Also fixes versions of packages in containers to match
our pyproject.toml, and some other minor changes.
See #150. Injects the same environment and
same.yaml
into each kubeflow container so that the SDK knows which dataset to load when callingsdk.dataset(...)
. Also fixes versions of packages in containers to match ourpyproject.toml
, and some other minor changes.