cloud-morph
cloud-morph copied to clipboard
Gpu accelerate
@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 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