mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-11-01 05:27:38 +09:00 
			
		
		
		
	Specify Intel iHD driver versions to avoid mismatched libva errors
This commit is contained in:
		
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							| @@ -11,6 +11,12 @@ LABEL maintainer="thelamer" | |||||||
| ARG DEBIAN_FRONTEND="noninteractive" | ARG DEBIAN_FRONTEND="noninteractive" | ||||||
| ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility" | ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility" | ||||||
|  |  | ||||||
|  | # set Intel iHD driver versions | ||||||
|  | # https://dgpu-docs.intel.com/releases/index.html | ||||||
|  | ARG INTEL_LIBVA_VER="2.13.0+i643~u20.04" | ||||||
|  | ARG INTEL_GMM_VER="21.3.3+i643~u20.04" | ||||||
|  | ARG INTEL_iHD_VER="21.4.1+i643~u20.04" | ||||||
|  |  | ||||||
| RUN \ | RUN \ | ||||||
|   echo "**** install packages ****" && \ |   echo "**** install packages ****" && \ | ||||||
|   apt-get update && \ |   apt-get update && \ | ||||||
| @@ -29,7 +35,9 @@ RUN \ | |||||||
|   apt-get update && \ |   apt-get update && \ | ||||||
|   apt-get install -y --no-install-recommends \ |   apt-get install -y --no-install-recommends \ | ||||||
|     at \ |     at \ | ||||||
|     intel-media-va-driver-non-free \ |     libva2="${INTEL_LIBVA_VER}" \ | ||||||
|  |     libigdgmm11="${INTEL_GMM_VER}" \ | ||||||
|  |     intel-media-va-driver-non-free="${INTEL_iHD_VER}" \ | ||||||
|     ${JELLYFIN} \ |     ${JELLYFIN} \ | ||||||
|     jellyfin-ffmpeg \ |     jellyfin-ffmpeg \ | ||||||
|     jellyfin-web \ |     jellyfin-web \ | ||||||
|   | |||||||
| @@ -304,6 +304,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 | |||||||
|  |  | ||||||
| ## Versions | ## Versions | ||||||
|  |  | ||||||
|  | * **05.01.22:** - Specify Intel iHD driver versions to avoid mismatched libva errors. | ||||||
| * **25.12.21:** - Fix video device group perms error message. | * **25.12.21:** - Fix video device group perms error message. | ||||||
| * **10.12.21:** - Rework readme, disable template sync. | * **10.12.21:** - Rework readme, disable template sync. | ||||||
| * **22.09.21:** - Pull only the server, web and ffmpeg packages instead of the wrapper. | * **22.09.21:** - Pull only the server, web and ffmpeg packages instead of the wrapper. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user