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:
- Switch from
nvidia/opengl
to just ubuntu
- Use nvidia/cuda always (even without
--cuda
flag)