Spark accepts a variety of Python bundle formats:
- PEX file
- Conda environment
- Virtual environment as a tar file
Which of these can be readily built by Bazel from a py_library
?
And for those that are viable, how is it done?
Spark accepts a variety of Python bundle formats:
Which of these can be readily built by Bazel from a py_library
?
And for those that are viable, how is it done?