Missing docker base image for cudagl on ubuntu 24.04

Hello,

I need to run a docker container that uses cuda and openGL on ubuntu 24.04. I can’t find the relevant base image.
On 20.04 I used:
nvidia/cudagl:11.2.1-base-ubuntu20.04

In the cudagl page I see images up to 20.04

Where can I get the image?

Thanks,
Adi

Hello,

They are not actively publishing the cudagl images at the moment, but you can build them yourself - the script and guidelines are up on GitLab: nvidia / container-images / cudagl · GitLab. (Note: you need to change the branch name to ubuntu22.04 in the script here since the nvidia opengl repo does not have an open branch for 24.04 as of this date, but it builds just fine with 22.04)

I built the cudagl 24.04 images for the latest supported CUDA version 12.6.3, and they are available on Docker hub if you would like to try them: https://hub.docker.com/repository/docker/tsapu/cudagl/tags

Do mind that to run these images with the nvidia-ctk successfully you need a graphics driver versions that supports CUDA 12.6.3 (>=560), see the table here.

1 Like

Thank you! I will try them.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.