Hi.
I'd like to use GPU to load model to build Docker image. Here is the parameter I changed in Dockerfile form this repo
and here is my GPU spec and driver by running nvidia-smi
However, during the Docker build process, I got this error saying
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
Does anyone know how to better address this issue?
Hi. I'd like to use GPU to load model to build Docker image. Here is the parameter I changed in Dockerfile form this repo
and here is my GPU spec and driver by running nvidia-smi
However, during the Docker build process, I got this error saying
Does anyone know how to better address this issue?