You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Ryan-ZL-Lin
changed the title
unable to activate GPU in docker build
Unable to load model in GPU during docker build process
Sep 4, 2024
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?
The text was updated successfully, but these errors were encountered: