This PR fixes an issue where apt-get upgrade was upgrading CUDA from 11.2 to 12.2, causing mismatches between libcublas 11.2, libcudnn8, and other GPU libraries. This led to GPU-related errors in production.
Changes:
Held back library libcudnn8 to prevent it from upgrading to CUDA 12.2.
This PR fixes an issue where apt-get upgrade was upgrading CUDA from 11.2 to 12.2, causing mismatches between libcublas 11.2, libcudnn8, and other GPU libraries. This led to GPU-related errors in production.
Changes: Held back library libcudnn8 to prevent it from upgrading to CUDA 12.2.