PCIe Passthrough problem (Pytorch works but TensorFlow fails)

sadoo_28

Member
Aug 14, 2022
2
0
6
Hello experts, I build a jupyterhub before on bare metal,but switched to a virtual environment last night, everything works fine?(I thought),but users complained about the tensorflow image , it can start the image , but when running "import tensorflow as tf", it shows this (an official tensorflow jupyter notebook) (It works fine before)
1693559862005.png
but pytorch works fine.
Dose this cause by applying the GPU pass through?
Thanks for any help.