Skip to content
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

base images on cudagl (for openGL support) #43

Open
AwokeKnowing opened this issue Mar 4, 2018 · 3 comments
Open

base images on cudagl (for openGL support) #43

AwokeKnowing opened this issue Mar 4, 2018 · 3 comments

Comments

@AwokeKnowing
Copy link

AwokeKnowing commented Mar 4, 2018

nvidia docker version 2 eg (docker run --runtime=nvidia ...) had not worked with opengl until a few days ago. So for example, we cannot run the open ai gym environments which rely on opengl. (specifically we cannot actually render/x-forward them)

nvidia just released a new cuda 9 image with open gl. this is great news especially for people using gym environment and ROS environments.

Here you can read a bit about the issue progress
NVIDIA/nvidia-docker#534

Here's the nvidia link
https://hub.docker.com/r/nvidia/cudagl/

I'm so excited about this! I'm resisting the urge to clone and rebuild all of your images just for the pytorch image! And by the way, I see you've been updating gym recently so this should go right along with it.

@houqp
Copy link
Contributor

houqp commented Mar 16, 2018

Yes, we are about to rebuild everything with the new cuda 9 image :)

@houqp
Copy link
Contributor

houqp commented Apr 27, 2018

So I looked into cudagl. Turns out it does not come with cudnn, so we can't use it for our base right now. We need to manually install cudnn into cudagl or install opengl into cuda base. I am trying to figure out if there is an easy way to do this without copy pasting.

@karray
Copy link

karray commented Jun 5, 2019

@houqp any news about cuda + cudnn + opengl?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants