zwift icon indicating copy to clipboard operation
zwift copied to clipboard

Podman + PRIME (dual gpu intel + nvidia) not working

Open netbrain opened this issue 9 months ago • 1 comments

When using PRIME the following command works for offloading zwift onto the nvidia gpu in docker.

docker run  -d \
  -e __NV_PRIME_RENDER_OFFLOAD=1 \
  -e __GLX_VENDOR_LIBRARY_NAME=nvidia \
  --rm \
  --privileged \
  -e DISPLAY=:0 \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -v /run/user/1000/pulse:/run/user/1000/pulse \
  -v zwift-netbrain:/home/user/Zwift \
  --gpus device=GPU-f9b76734-5873-5957-26f3-99604ac5f15a docker.io/netbrain/zwift:latest

However the equivalent command for podman launches the zwift instance on the intel graphics card.

Should probably look into the following resources in order to determine how this can be solved for podman.

https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html

netbrain avatar Sep 13 '23 21:09 netbrain

For what it's worth, the following breadcrumb helped me get past the above: https://github.com/NVIDIA/nvidia-container-toolkit/issues/154#issuecomment-1876686322

gregh3285 avatar Jan 17 '24 00:01 gregh3285