-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using LGSVL with Autoware : cant't build Docker containers leveraging NVIDIA GPUs #816
Comments
First, did you install docker properly? Are you able to run other docker commands well? Is the docker version > 19.03? If you have, then can you try this? -- NVIDIA/nvidia-docker#1034 (comment) |
Yes I follow all steps : "Installation methods" to install docker. I try docker run --gpus all nvidia/cuda:9.0-base nvidia-smi and terminal don't displays error just the result of nvidia-smi Use kinetic |
Okay docker works. Leave Nvidia-440 for now. Have the driver version you wish installed. These problems are nvidia-docker related. You need to have them properly installed before you go into autoware. So,
After this, can you execute - After that, make changes to run.sh as mentioned here --https://www.lgsvlsimulator.com/docs/autoware-instructions/#install-autoware and see if you can run autoware. If you run into problems then also, try running the commands mentioned here -- NVIDIA/nvidia-docker#1034 (comment) Then start over with autoware. Despite all these you get an error, you may need to try this -- https://github.com/NVIDIA/nvidia-container-runtime. |
Thank you ! To fix my problem I just install nvidia-docker2 Now I can execute "sudo build.sh kinetic" but I have another error : debconf: delaying package configuration, since apt-utils is not installed W: GPG error: http://packages.ros.org/ros/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 And at the end : E: There were unauthenticated packages and -y was used without --allow-unauthenticated |
The error you're getting is a common GPG error. You can overcome them by following "set up keys" given in the corresponding ros version page. |
Although I did add the key with the command: I try : sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654 I have exactly same error |
After adding the key did you do the 'final step' mentioned here -- https://answers.ros.org/question/325039/apt-update-fails-cannot-install-pkgs-key-not-working/ ? |
I just added --allow-unauthenticated in dockerfile.kinetic after that no problem with key and install. |
Hello, I want to install LGSVL with autoware on my computer under ubuntu. But the command :
docker run --gpus all nvidia/cuda:10.0-base nvidia-smi doesn't work.
My terminal displays :
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
ERRO[0026] error waiting for container: context canceled
I try many things even reinstalling ubuntu. But nothing change i always have same error and I can't continue install Autoware.
You can see the result when I use nvdia-smi :
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.132 Driver Version: 390.132 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 770 Off | 00000000:01:00.0 N/A | N/A |
| 34% 34C P8 N/A / N/A | 341MiB / 1994MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+
I specify that I am obliged to use the nvidia-390 drivers because the others make display at lgsvl a white screen on which I can do nothing.
Does anyone have the solution to my problem?
The text was updated successfully, but these errors were encountered: