forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
component build support for both python2 and python3 (kubeflow#730)
* component build support for both python2 and python3 * add sample test * remove the annotations for python2 component build * add pathlib for python2 component build * fix component build unit test * fix bug in the dockerfile generator * remove exist_ok in path.mkdir to make python2 compatible * adjust unit test * remove pathlib dependency for python2 component build * remove the pathlib codes in python3 component build, but use python2 code instead; add a todo to create a new sample
- Loading branch information
1 parent
7a5cee5
commit c4e7271
Showing
4 changed files
with
268 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.