-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update tf jupter notebook images to include tfma (from #544) #570
Conversation
Doesn't TFMA require newer versions of TF? Should we not install the package in images corresponding to unsupported versions of TF? |
They only mention 1.6 So I suggest not installing it in images with TF versions older than 1.6 |
Updated PR to only update tf1.6 and tf1.7 |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ankushagarwal, ojarjur 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 |
* Update tf jupter notebook images to include tfma (from #544) (#570) * Update tf jupter notebook images to include tfma (from #544) tf1.4 gpu image has issues building with the latest tfma, so that's not updated in this PR /cc @jlewi /cc @ojarjur * Don't update tf images older than 1.6 * Moved OAuth secret from param to named secret (#572)
…ubeflow#570) * Update tf jupter notebook images to include tfma (from kubeflow#544) tf1.4 gpu image has issues building with the latest tfma, so that's not updated in this PR /cc @jlewi /cc @ojarjur * Don't update tf images older than 1.6
…ted by registration. (kubeflow#570) * kubeflow#4281
…ubeflow#570) * Update tf jupter notebook images to include tfma (from kubeflow#544) tf1.4 gpu image has issues building with the latest tfma, so that's not updated in this PR /cc @jlewi /cc @ojarjur * Don't update tf images older than 1.6
* WIP Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Fix test cases Signed-off-by: Ce Gao <gaoce@caicloud.io>
tf1.4 gpu image has issues building with the latest tfma, so that's
not updated in this PR. Related : #571
Also add tf1.7 images
/cc @jlewi
/cc @ojarjur
This change is