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

Fastest way to install TF Serving in RHEL 8 #2053

Closed
shantanu-deepquanty opened this issue Sep 7, 2022 · 3 comments
Closed

Fastest way to install TF Serving in RHEL 8 #2053

shantanu-deepquanty opened this issue Sep 7, 2022 · 3 comments

Comments

@shantanu-deepquanty
Copy link

I'd like to know the fastest way to install Tensorflow Serving in an RHEL 8 system(with GPU support) which has a CUDA version 11.0

The official documentation in the tensorflow website only contains a Model Server binary for Ubuntu (using APT) but not for RHEL
I had attempted to build a container with a Dockerfile according to the steps given in https://www.tensorflow.org/tfx/serving/building_with_docker#dockerfiles
and the docker file "Dockerfile.devel-gpu" to be specific and the build was not complete and gave a 404 Error at step 37

If not this method, is there a faster method to install in RHEL 8?

@singhniraj08
Copy link

singhniraj08 commented Sep 8, 2022

@shantanu-deepquanty,

Kindly try to install using steps given in this docker file.

You can also refer to below links for installing TF serving using GPU.

@shantanu-deepquanty
Copy link
Author

@singhniraj08
Thank you very much. The dockerfile that you had linked to (Dockerfile.gpu) worked like a charm. The other dockerfile I had used was erroneous (Dockerfile.devel-gpu)

@singhniraj08
Copy link

@shantanu-deepquanty,

Since this issue is resolved, closing this issue.
Feel free to reopen and post your comments(if you still have queries on this). Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants