Hi Hailo Team:
This is my first to use Hailo8. My current task is to convert my own CNN model(.pb) to a model , which can be run on Halio8.
I installed the latest Hailo AI Software Suite(hailo8_ai_sw_suite_2025-07_container) from the container provided by your official site.
However, I noticed the container environment is unable to find the GPU as the following message.
=====================
(hailo_virtualenv) hailo@W790WS:/local/workspace$ hailo --version
[info] No GPU chosen and no suitable GPU found, falling back to CPU.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1758591797.626935 362 cuda_dnn.cc:8310] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
E0000 00:00:1758591797.630903 362 cuda_blas.cc:1418] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
[info] Current Time: 10:43:19, 09/23/25
[info] CPU: Architecture: x86_64, Model: Intel(R) Xeon(R) w3-2423, Number Of Cores: 12, Utilization: 0.6%
[info] Memory: Total: 62GB, Available: 58GB
[info] System info: OS: Linux, Kernel: 6.14.0-29-generic
[info] Hailo DFC Version: 3.32.0
[info] HailoRT Version: 4.22.0
[info] PCIe: No Hailo PCIe device was found
[info] Running hailo --version
==========================
and here are some information of my GPU
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.82.07 Driver Version: 580.82.07 CUDA Version: 13.0 |
±----------------------------------------±-----------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA RTX 2000 Ada Gene… On | 00000000:17:00.0 Off | Off |
| 30% 39C P2 17W / 70W | 522MiB / 16380MiB | 0% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+
| 1 NVIDIA RTX 4000 Ada Gene… On | 00000000:85:00.0 Off | Off |
| 30% 32C P8 7W / 130W | 104MiB / 20475MiB | 0% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------
Since my GPU card is a little different from the officail recommended type, I guess that is why the container can not find the GPU.
Is there any way I can get my GPU found the container?Shall I reinstall the GPU dirver in the container environment?
It will be great helpful if anyone can provide some advice and thank you in adavance.
