I'm trying image with tag 7.1-vaapi2404 and also building using docker-images/7.1/vaapi2404/Dockerfile, and I find it can't use Intel video cards.
This can be solved by installing intel-media-va-driver package, and then, we can see the info using vainfo. However, current Dockerfile seems don't want to install any Debian packages in the final image and copy files instead. What might be a better way to solve this?