-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Approach for using with Apptainer/Singularity in GLX Desktop #58
Comments
Hi! The EGL desktop has current instructions for Apptainer that work with only Please try the instructions specified in https://github.com/selkies-project/docker-nvidia-egl-desktop for now and see if it accommodates your needs. |
So happy that the UArizona HPC group is in touch with us :) Yesterday, I talked with the research computing team at Waterloo. |
After posting this I noticed you had an egl container too which got me pretty psyched. The egl option has helped me be able to run things like paraview in the past so I have good associations. I tried it out and when launching the Yay for open source projects in research computing, your tools make our lives so much better. |
One of the differences I had to make from your instructions was to build your container with |
This should not be the case; strange. I could take a look at that message.
Yes, it needs a non read-only filesystem. It would be helpful to see the command you were successful in. Everyone has a different environment and I'd like to fit everything into the most restrictive one so that compatibility will be maximized. |
Ok, just got back up (time zones might have us playing telephone on this one). I'll include the information here, but will also make a post on the discord channel since it sounds like that's the best spot for non technical support.
I built the container with
since my system seems like it has an older version of mkfs.ext3
This is the command that successfully launches
I think perhaps even the sandboxed container might still not be perfect since the |
Note that persistent overlays have a bug that prevent correct functionalities over 2GB (recently fixed for the next Apptainer release). Otherwise, I guess it's fine. |
Note that GLX Desktop support is dependent on this issue, and the existence of the NVIDIA container toolkit in the cluster. |
I guess Apptainer v1.3.4 is capable of supporting the GLX desktop with |
oh that's great news! I've been pretty happy with the egl version but I'll test this out just to be able to close the issue. |
Hi there,
I'm a data visualization consultant at a High Performance Computing center, and we don't have configurations for hardware accelerated displays. This limits the kinds of scientific visualization we can do on the systems, and a tool like yours would be a major breakthrough for my work if I was able to use it. The issue is that we don't support Docker, and use singularity instead.
I recently tried a naive conversion of your container but wasn't fully able to make it work. Do you have any ideas about what would need to change in order to use this container format?
Happy to provide error logs if this is a direction you'd be up for following.
Otherwise, thanks for all your hard work already and I'll keep it in mind when recommending solutions off our system.
The text was updated successfully, but these errors were encountered: