Missing libnvidia-opencl.so in the docker

I pull the nvidia/cuda:12.3.1-devel-ubuntu22.04 image. But I found there isn’t libnvidia-opencl.so. I don’t know how to deal with it. I need it to use the opencl.


my gpu is 4070ti
and nvidia-smi info is below

Sun Jan 28 16:44:37 2024
±--------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.23.05 Driver Version: 545.84 CUDA Version: 12.3 |
|-----------------------------------------±---------------------±---------------------+
| 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 GeForce RTX 4070 Ti On | 00000000:01:00.0 On | N/A |
| 0% 28C P8 5W / 285W | 1059MiB / 12282MiB | 13% Default |
| | | N/A |
±----------------------------------------±---------------------±---------------------+

±--------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 22 G /Xwayland N/A |
| 0 N/A N/A 23 G /Xwayland N/A |
| 0 N/A N/A 32 G /Xwayland N/A |
±--------------------------------------------------------------------------------------+

The same problem. Can anyone help with this problem?