linuxserver / docker-chromium

Web accessible Chromium inside an Debian Container
GNU General Public License v3.0
110 stars 35 forks source link

[FEAT] GPU support for better performance #14

Closed phere-x closed 11 months ago

phere-x commented 1 year ago

Is this a new feature request?

Wanted change

I have a GPU attached to my machine & is accurately detected (also can be used by other dockerised apps such as Neko's Ungoogled-Chromium).

I wanted to use something like this to have something more bare boned so I can add it as a browser source to OBS

Reason for change

Better performance

Proposed code change

No response

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

thelamer commented 11 months ago

there is gpu support via DRI3, no Nvidia though:

https://github.com/linuxserver/docker-baseimage-kasmvnc#dri3-gpu-acceleration

You just pass --device /dev/dri:/dev/dri and we do the rest.

github-actions[bot] commented 10 months ago

This issue is locked due to inactivity