meaning thatthere is nothing stopping you from using this container with GPUs of other vendors including AMD and Intel. Use the respective vendor's container toolkit/runtime or Kubernetes device plugin and make sure that it provisions/dev/dri/card[n]devices, then set the environment variableWEB...
Check out k8s-hostdev-plugin for provisioning this in Kubernetes clusters without privileged access. For building Ubuntu 18.04 containers, in Dockerfile change FROM nvidia/opengl:1.2-glvnd-runtime-ubuntu20.04 to FROM nvidia/opengl:1.2-glvnd-runtime-ubuntu18.04 and remove the render group in the ...
Use the respective vendor's container toolkit/runtime or Kubernetes device plugin and make sure that it provisions /dev/dri/card[n] devices, then set the environment variable WEBRTC_ENCODER to the value x264enc, vp8enc, or vp9enc if using the selkies-gstreamer WebRTC interface. Install ...
Use the respective vendor's container toolkit/runtime or Kubernetes device plugin and make sure that it provisions /dev/dri/card[n] devices, then set the environment variable WEBRTC_ENCODER to the value x264enc, vp8enc, or vp9enc if using the selkies-gstreamer WebRTC interface. Install ...
(as a hint use the respective vendor's container runtime or Kubernetes device plugin and make sure that it provisions/dev/dri/cardXdevices, then setWEBRTC_ENCODERto the valuex264encif using the selkies-gstreamer WebRTC interface). However, this is not officially supported as the maintainers...
Check out smarter-device-manager or k8s-hostdev-plugin for provisioning this in Kubernetes clusters without privileged access. For Docker this will be sufficient (the container will not use DRM devices it is not allocated to, falling back to software acceleration if no devices work): docker run...
meaning that there is nothing stopping you from using this container with GPUs of other vendors including AMD and Intel (as a hint use the respective vendor's container runtime or Kubernetes device plugin and make sure that it provisions /dev/dri/cardX devices, then set WEBRTC_ENCODER to ...
meaning that there is nothing stopping you from using this container with GPUs of other vendors including AMD and Intel (as a hint use the respective vendor's container runtime or Kubernetes device plugin and make sure that it provisions /dev/dri/cardX devices, then set WEBRTC_ENCODER to ...