Hi, I'm alex in team AIVIS.
As you mentioned, we failed to run our method in dockerby using CPU and we thought that it came from the running timeover issue.
So we built the algorithm in GPU version via pytorch-1.11.0_cuda_11.3. However, we've got.... a error message as below:
ERROR message.~
"File "/venv/lib/python3.8/site-packages/torch/cuda/init.py", line 216, in _lazy_init torch._C._cuda_init()
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx"
As far as we know, pytorch supports the maximum version of CUDA as 11.3.
Would you let me know the reason of this error?
Thanks
BR,
Alex