-
Notifications
You must be signed in to change notification settings - Fork 345
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
docker image not seeming to allow gazebo to run with nvidia-docker2 #46
Comments
Can you check if your driver version matches on the host and inside the
container? If they don't match, you may have to install the correct driver version
from inside the docker container.
Vijay
…On Mon, Mar 5, 2018 at 3:36 PM, damien022 ***@***.***> wrote:
I suspect it is a similar issue as the lack of opengl support with
nvidia-docker2. NVIDIA/nvidia-docker#534
<http://url>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#46>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALPij_aNx2PuOFYnAeAxgSJAtEgNFrVlks5tbcwbgaJpZM4Sd2s3>
.
|
nvidia 390.30 installed on both host and container. When trying to launch gazebo I get libGL errors
I can run gazebo and other opengl gui applications when basing a container of nvidia/opengl:runtime |
We are using |
yes, nvidia-docker2 does not load the opengl drivers by default. starting the image from nvidia/opengl:runtime allows the running of gazebo / rviz with a vanilla kinetic / 16.04 installation. I will try and see if i can build a redtail image over the coming few days with nvidia-docker2. |
+1 |
I found a fix for this. The Dokcerfile.kinetic should simply build from If you do this make sure to do |
The correct line is... |
@kidtronnix What do you mean by "the Dockerfile.kinetic should simply build from |
@Alexey-Kamenev For the simulation, do I need to install Cuda 9.0?
|
@daylanc You need to replace the first line in redtail/tools/simulation/docker/Dockerfile.kinetic from |
CUDA is required in case you want to run full simulation which includes running TrailNet via |
I suspect it is a similar issue as the lack of opengl support with nvidia-docker2. https://github.com/NVIDIA/nvidia-docker/issues/534
The text was updated successfully, but these errors were encountered: