Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tutorial] - Fixed lightweight component tutorial with bad metadata usage #3186

Merged
merged 2 commits into from
Mar 4, 2020
Merged

[Tutorial] - Fixed lightweight component tutorial with bad metadata usage #3186

merged 2 commits into from
Mar 4, 2020

Conversation

luotigerlsx
Copy link
Member

@luotigerlsx luotigerlsx commented Feb 28, 2020

Fixes #3182


This change is Reviewable

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@luotigerlsx
Copy link
Member Author

/assign @Ark-kun

@Ark-kun
Copy link
Contributor

Ark-kun commented Feb 28, 2020

/lgtm

@luotigerlsx
Copy link
Member Author

luotigerlsx commented Mar 2, 2020

@animeshsingh , @saurabh24292 please help to verify as well.

@saurabh24292
Copy link

/lgtm

@luotigerlsx
Copy link
Member Author

@numerology Please kindly approve the PR.

@@ -247,7 +243,8 @@
"metadata": {},
"outputs": [],
"source": [
"divmod_op = comp.func_to_container_op(my_divmod)"
"divmod_op = comp.func_to_container_op(func=my_divmod, \n",
" base_image=\"tensorflow/tensorflow:1.15.0-py3\")"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it really need the tensorflow image?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really. As long as having base container image with python 3.5+ and Numpy installed I think. Previously, the tensorflow IO is used to dump the meta data to a file. It still serve the purpose though.

@Ark-kun
Copy link
Contributor

Ark-kun commented Mar 3, 2020

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ark-kun

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 00a2cad into kubeflow:master Mar 4, 2020
Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
…sage (kubeflow#3186)

* update the lightweight example

* add instruction to avoid running authentication from AI platform notebooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tutorial] lightweight component tutorial has bad metadata usage
4 participants