-
Notifications
You must be signed in to change notification settings - Fork 175
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
No base image for Ubuntu 24.04 #369
Comments
I had assumed the cuda image is a superset of the opengl image, so that seemed like the lowest-friction option. Although a quick check shows that the cuda images use
while the opengl images used
Also, the cuda build does not include the OpenGL runtime libraries and egl enablement or development libs so simply overriding So cuda may not actually be a valid substitution here for people who actually want opengl support to work, and I assume That said, if the upstream is dead, perhaps we do just bite the bullet, drop the opengl support, and use Does UE even use OpenGL anymore? Or was this just a convenient way to get the in-container side of the nvidia-container-runtime setup? If the latter, then |
Nope, OpenGL renderer is dead since somewhere about 4.25 (which I'm trying to drop in #370). |
ue4-docker uses nvidia/opengl image as a base. However,
nvidia/opengl
seems to be abandoned (last image was published 2 years ago).There's an issue for 24.04 support, but there's no activity yet.
Possible solutions:
nvidia/opengl
to justubuntu
--cuda
flag)The text was updated successfully, but these errors were encountered: