adamrehn / ue4-runtime

Container images for running packaged Unreal Engine projects via the NVIDIA Container Toolkit
https://hub.docker.com/r/adamrehn/ue4-runtime
MIT License
82 stars 26 forks source link

Update base nvidia images used #9

Closed Clockwork-Muse closed 3 years ago

Clockwork-Muse commented 3 years ago

Nvidia now provides glvnd images for:

(PR request should be simple enough, but I didn't know the direction you wanted to take here)

adamrehn commented 3 years ago

Apologies for the delay in responding to this issue, I've been drowning in work over the past few months and progress on addressing my GitHub backlog has been frustratingly slow.

Looking at the cudagl image tags, it seems that all of the Ubuntu tags are now based on glvnd 1.2, so I guess the best option is probably to use 1.2 for all of the non-CUDA images to ensure consistency. I'll also add 20.04 tags and set the latest alias to point to 20.04.

adamrehn commented 3 years ago

The new tags are now pushed to Docker Hub.