Replies: 1 comment
-
Hi @chemradio, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Self-taught not-an-engineer here.
I have a goal of running Docker on Orangepi5plus. One of the containers should have GPU-support (Chrome will be installed, i need hardware acceleration). I was thinking that I could both flash this OS to my OrangePI as a host OS and run the same OS in the Docker container to inherit GPU support.
As I know not much about... almost anything in programming please could someone point me in the right direction? Right now I'm thinking of building a Docker image out of this repo to run in a container. Not sure how to do this though. Could somebody help me?
My ultimate goal is to run Selenium+Chrome in this container to render complex animation-heavy web pages and record the screen them with ffmpeg. The main issue is without the GPU hardware acceleration I'm not able to render the animations smoothly, thus the recording ends up being choppy. This is done with the purpose of automating GFX-element production in TV.
Example: https://github.com/chemradio/animation_debug
Beta Was this translation helpful? Give feedback.
All reactions