AIR-DISCOVER / ICRA2024-Sim2Real-AXS

34 stars 4 forks source link

docker RuntimeError: Unexpected error from cudaGetDeviceCount(). Error 804: forward compatibility was attempted on non supported HW #5

Closed wzjscut closed 7 months ago

wzjscut commented 7 months ago

Whenever I run the pytorch with cuda in the baseline docker, it shows the error:

"RuntimeError: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 804: forward compatibility was attempted on non supported HW"

I use the RTX3090 whose version of the driver is 525 and the cuda version is 12.1 both in my PC and in the docker environment.

What's wrong?

wzjscut commented 7 months ago

fixed by updating the driver