selkies-project / docker-nvidia-glx-desktop

KDE Plasma Desktop container designed for Kubernetes, supporting OpenGL EGL and GLX, Vulkan, and Wine/Proton for NVIDIA GPUs through WebRTC and HTML5, providing an open-source remote cloud/HPC graphics or game streaming platform.
https://github.com/selkies-project/docker-nvidia-glx-desktop/pkgs/container/nvidia-glx-desktop
Mozilla Public License 2.0
322 stars 67 forks source link

Runpod Secure Cloud issues #48

Closed BranislavF closed 11 months ago

BranislavF commented 11 months ago

Hello there. I am facing an issue when trying to deploy the container in Secure cloud with runpod. With community cloud, I can mostly connect without any problems, but with every single secure cloud I am getting errors. I am attaching screenshots of all the logs.

Screenshot 2023-12-15 at 15 41 07 Screenshot 2023-12-15 at 15 34 17 Screenshot 2023-12-15 at 15 47 36

Le know if there is something I am missing.

BranislavF commented 11 months ago

I think this can have something with mounting additional volume in RunPod. AS soon as I remove it, I was able to get that working.

ehfd commented 11 months ago

Perhaps the volume mount to /home/user is the concern. I might need to change the source code to gracefully ignore the error when chmod to the home directory fails.

ehfd commented 11 months ago

https://github.com/selkies-project/docker-nvidia-glx-desktop/commit/09dcc0e0ed429f984380257b4cad2ae9f1495e24

Perhaps this may fix the issue.

BranislavF commented 11 months ago

Thank you, this fixed it :)