cloud-morph icon indicating copy to clipboard operation
cloud-morph copied to clipboard

Gpu accelerate

Open giongto35 opened this issue 3 years ago • 2 comments

giongto35 avatar Jul 05 '21 17:07 giongto35

@giongto35, how this NVIDIA Docker image works with INTEL, AMD GPUs, and headless servers? It'll just say that GPU acceleration is not supported and then it going to fall back to xvfb emulation? Have you tried it? I assume you won't be using conditional Docker image/Bash script switch for VGL/VGL-less app runs.

sergystepanov avatar Jul 06 '21 08:07 sergystepanov

@sergystepanov I haven't tried that, this is my best effort so far. Because users have the choice to create headless server, they can prioritize create nvidia server. If the user needs to test GPU on their local machine, it seems unsupportable. BTW, Nvidia-docker is to run app inside Docker with NVIDIA, it would be not necessary if I just rune app outside of Docker though. I think I better move wineapp out of Docker, so it will simplify a lot of work

giongto35 avatar Jul 06 '21 09:07 giongto35