model_server icon indicating copy to clipboard operation
model_server copied to clipboard

GPU driver mismatch on the releases/2025/2 branch

Open stevegrubb opened this issue 6 months ago • 1 comments

In Dockerfile.redhat, it has a default INSTALL_DRIVER_VERSION="23.22.26516". There is not a corresponding entry in install_redhat_gpu_drivers.sh or install_ubuntu_gpu_drivers.sh. The Dockerfile build fails after 5 minutes.

stevegrubb avatar Jun 12 '25 20:06 stevegrubb

@stevegrubb we are setting the version in Makefile https://github.com/openvinotoolkit/model_server/blob/main/Makefile#L178 I'll update it also in the dockerfile to be consistent.

dtrawins avatar Jun 12 '25 22:06 dtrawins

default driver version was set in the dockerfile

dtrawins avatar Jun 19 '25 22:06 dtrawins