CUDA runtime images are missing runtime libs

I’m using cuda runtime images as base images for my CV services and it seems that they got broken
since a change made yesterday to all CUDA base images.
libcudnn.so.8 for example is missing inside the image but it use to be there before.

For now, i switched to devel image but it’s clear that this is not ideal to use it for runtime.

The image i use:
nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04

Do you know of such a change?

Thanks,
Guy

1 Like