I’m aiming to operationalize the Hailo AI software suite on my Ubuntu 22.04 LTS with an A5000 GPU. Hailo’s platform mandates CUDA 11.8, driver 525, and cuDNN 8.9. However, apt consistently installs the 535 driver and CUDA 12.2 (as per nvidia-smi
). Attempts to manually revert to CUDA 11.8 resulted in a non-functional nvidia-smi
.
My objective is to either successfully downgrade or spin up an alternate environment that aligns precisely with Hailo’s specs. Any insight or proven methodology on safely maintaining multiple driver/CUDA configurations or pinning specific package versions would be greatly appreciated. I’m looking for a stable path to meet immediate project milestones without compromising broader system integrity.
Thank you in advance for your recommendations and support!