-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Fail to Install Nvidia Driver inside docker #2787
Copy link
Copy link
Closed
Labels
Inactive: waiting for responsewill be closed when there is no response within 7 dayswill be closed when there is no response within 7 daysModule: DockerIndicates docker module related issuesIndicates docker module related issuesType: QuestionIndicates that an issue or pull request needs more informationIndicates that an issue or pull request needs more information
Metadata
Metadata
Assignees
Labels
Inactive: waiting for responsewill be closed when there is no response within 7 dayswill be closed when there is no response within 7 daysModule: DockerIndicates docker module related issuesIndicates docker module related issuesType: QuestionIndicates that an issue or pull request needs more informationIndicates that an issue or pull request needs more information
Hi guys,
I was trying to run perception module following the instruction https://github.com/ApolloAuto/apollo/blob/master/docs/howto/how_to_run_perception_module_on_your_local_computer.md, however I cannot intall the nvidia driver successfully. I have a TITAN X and have installed 384.111 driver and cuda 8.0 outside the docker.
I encountered the following error, can anyone help me to solve it ? Thanks.
ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel.
This may be because it is in use (for example, by an X server, a CUDA program, or the
NVIDIA Persistence Daemon), but this may also happen if your kernel was configured
without support for module unloading. Please be sure to exit any programs that may
be using the GPU(s) before attempting to upgrade your driver. If no GPU-based
programs are running, you know that your kernel supports module unloading, and you
still receive this message, then an error may have occured that has corrupted an
NVIDIA kernel module's usage count, for which the simplest remedy is to reboot your
computer.
ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for
details. You may find suggestions on fixing installation problems in the README
available on the Linux driver download page at www.nvidia.com.