serving: 2.20-gpu Docker image is missing NVRTC

System information

CUDA 10.2

Describe the problem

The non devel version of the 2.2.0-gpu image as well as nightly-gpu does not start.

tensorflow_model_server: error while loading shared libraries: libnvrtc.so.10.1: cannot open shared object file: No such file or directory

tensorflow/serving:2.2.0-rc2-gpu works fine, as well as tensorflow/serving:2.2.0-devel-gpu. The latter includes NVRTC and the former does not depend on it.

Exact Steps to Reproduce

docker run --gpus all --rm -it tensorflow/serving:2.2.0-gpu

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 2
  • Comments: 15 (10 by maintainers)

Most upvoted comments

Thanks for filing the issue. There’s a missing package in the release gpu docker image. We will push out the updated release docker image tomorrow. The nightly build today should also include the fix (74ea413db4407c1affe2b9fa69dc53ecdba61fa6).