Problem on NVIDIA CUDa Drivers #1709
-
Dear colleagues, I understand that the problem I am having is related to my computer configuration (NVIDIA drivers) and not with I am trying to run the
And it shows me a warning:
I am using an notebook lenovo ideapad 3i with NVIDIA RTX3050:
If you have any clue about what is happening and how could I setup the drivers to have GPU functionality running, please, let me know |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This might help: https://docs.rastervision.io/en/stable/setup/gpu.html#gpus-and-docker. Make sure you have |
Beta Was this translation helpful? Give feedback.
This might help: https://docs.rastervision.io/en/stable/setup/gpu.html#gpus-and-docker.
Make sure you have
nvidia-docker
installed. Also add--gpus=all
(or--runtime=nvidia
, if using an older docker version) to thedocker run
command. Or, if usingdocker/run
(i.e. this script), pass the--gpu
flag to it.