Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Intel Compute Runtime Resources #6515

Merged
merged 1 commit into from Sep 6, 2021
Merged

Conversation

Maeur1
Copy link
Contributor

@Maeur1 Maeur1 commented Sep 6, 2021

Changes
Updating the Intel Compute Resources used for Intel VAAPI dependencies. At the time of posting, the latest version was 21.35.20826

Side Note
With these changes I can update the docker container to run with VAAPI on my Intel i3 10100 like so:

// Free Drivers
apt -y update && apt -y install intel-media-va-driver vainfo
// To use Non-Free Drivers
echo 'deb http://ftp.au.debian.org/debian bullseye non-free' >> /etc/apt/sources.list \
&& apt -y update && apt -y install intel-media-va-driver-non-free vainfo

Previously I would have issues running vainfo with intel-gmmlib being too out of date for the latest intel-media-va-driver API

@cvium cvium merged commit ba90b12 into jellyfin:master Sep 6, 2021
@Maeur1
Copy link
Contributor Author

Maeur1 commented Oct 10, 2021

Unsure if this is a bug or something, but the docker images at https://hub.docker.com/r/jellyfin/jellyfin/ with tag unstable don't seem to have these updates at all? Looking at the image layers, it seems to still be very very outdated, is there a separate process to upgrade these?

https://hub.docker.com/layers/jellyfin/jellyfin/unstable/images/sha256-2b609502c2accb790b333a6bb6f2d45b9ec2c1c3184b1b6da9e8c5af66579d09?context=explore

Thanks!

@nyanmisaka
Copy link
Member

nyanmisaka commented Oct 10, 2021

You forgot some Dockerfiles here. And you can upgrade the base image to Debian bullseye if you like to keep in line with the Dockerfile in this main repo.
https://github.com/jellyfin/jellyfin-metapackages

@Maeur1
Copy link
Contributor Author

Maeur1 commented Oct 12, 2021

Ahhh makes sense, btw the docker image appears to be off another base:

https://github.com/jellyfin/jellyfin-metapackages/blob/979e5d0a620682ca261be6e1880a76db58ac0807/Dockerfile.amd64#L6

vs

FROM debian:stable-slim as app

I feel like this might cause some issues since it might not support the new upgraded library? Not 100% sure but I shall give it a shot and make a PR to upgrade the base image + update these libraries (I shall use the new latest version: 21.40.21182)

@nyanmisaka
Copy link
Member

I shall use the new latest version: [21.40.21182]

You can use this method to get the latest release.
https://github.com/linuxserver/docker-mods/blob/87ba41d32595d26a423ed76ef608922024335cf5/Dockerfile#L12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants