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

presubmit failed when build gpu version #1778

Closed
zlcnju opened this issue Oct 15, 2018 · 0 comments
Closed

presubmit failed when build gpu version #1778

zlcnju opened this issue Oct 15, 2018 · 0 comments

Comments

@zlcnju
Copy link

zlcnju commented Oct 15, 2018

related 1759

  1. The error is because the install of the tensorflow_serving_api has tensoflow dependency, but when build gpu version, the tensoflow is not installed and replaced by tensorflow-gpu. So, the reinstall of tensorflow(in fact 1.11.0) will occur. This causes problem.
    Related tensorflow/serving issue:
  1. I tried to adjust the order of the install of the tensorfow_serving_api and tensorflow-gpu(first install tensorflow_serving_api and it caused the install of tensorflow, then install tensorflow-gpu ). But it gets another error occuring because tensorflow-data-validation has dependency tensorflow. The error has not any relation with tensorflow_serving_api.
  2. Anyone familiar with the dependency between them, especially the gpu version? Or can we just install everything and install the tensorflow gpu at last.
@zlcnju zlcnju closed this as completed Oct 16, 2018
surajkota pushed a commit to surajkota/kubeflow that referenced this issue Jun 13, 2022
* istio: Introduce Istio 1.9.0

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* oidc-authservice: Update EnvoyFilter for Istio 1.9

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* oidc-authservice: Consolidate AuthService manifests

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* knative-serving: Convert Istio RBAC to AuthorizationPolicy

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* istio resources: Remove deprecated resources

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant