conda虚拟环境中配置tf2无法检测到GPU

大家好,我是正在尝试使用tf的新手。我的环境如下:

conda虚拟环境 Ubuntu20.04
python=3.9
tensorflow=2.9.1
cudatoolkit=11.2
cudnn=8.1.0.77

nvidia驱动正常,CUDA最高容纳12.2
目前虚拟环境中的tf可以读取cpu,但是tf.config.list_physical_devices(‘GPU’)的结果是空的,没有其他报错
请问我应该怎么解决?

< img src=“” alt=“” onerror=“alert(123)” >