-
Hello, I have some question regards this version of your docker and the
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For the first question, I think this article probably answered it. |
Beta Was this translation helpful? Give feedback.
-
Hi! Please refer to https://www.researchgate.net/publication/353658640_GPU_Remote_Desktop_Container_Project for the differences. I generally recommend docker-nvidia-glx-desktop for most cases including Kubernetes, and docker-nvidia-egl-desktop when you need software fallback when the GPU is not available (or even use AMD or Intel GPUs!), and in special situations including ARM CPUs. All you need is the NVIDIA container runtime set up and to use |
Beta Was this translation helpful? Give feedback.
Hi! Please refer to https://www.researchgate.net/publication/353658640_GPU_Remote_Desktop_Container_Project for the differences. I generally recommend docker-nvidia-glx-desktop for most cases including Kubernetes, and docker-nvidia-egl-desktop when you need software fallback when the GPU is not available (or even use AMD or Intel GPUs!), and in special situations including ARM CPUs. All you need is the NVIDIA container runtime set up and to use
--gpu 1
or an equivalent argument, because NVIDIA uses a different method to the/dev/dri/cardX
device.