You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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)
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?
The text was updated successfully, but these errors were encountered: