mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	remove pinned intel drivers, update readme
This commit is contained in:
		
							
								
								
									
										11
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Dockerfile
									
									
									
									
									
								
							| @@ -11,12 +11,6 @@ LABEL maintainer="thelamer" | ||||
| ARG DEBIAN_FRONTEND="noninteractive" | ||||
| 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 \ | ||||
|   echo "**** install packages ****" && \ | ||||
|   apt-get update && \ | ||||
| @@ -25,8 +19,6 @@ RUN \ | ||||
|   echo "**** install jellyfin *****" && \ | ||||
|   curl -s https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | apt-key add - && \ | ||||
|   echo 'deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main' > /etc/apt/sources.list.d/jellyfin.list && \ | ||||
|   curl -s https://repositories.intel.com/graphics/intel-graphics.key | apt-key add - && \ | ||||
|   echo 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main' > /etc/apt/sources.list.d/intel-graphics.list && \ | ||||
|   if [ -z ${JELLYFIN_RELEASE+x} ]; then \ | ||||
|     JELLYFIN="jellyfin-server"; \ | ||||
|   else \ | ||||
| @@ -35,9 +27,6 @@ RUN \ | ||||
|   apt-get update && \ | ||||
|   apt-get install -y --no-install-recommends \ | ||||
|     at \ | ||||
|     libva2="${INTEL_LIBVA_VER}" \ | ||||
|     libigdgmm11="${INTEL_GMM_VER}" \ | ||||
|     intel-media-va-driver-non-free="${INTEL_iHD_VER}" \ | ||||
|     ${JELLYFIN} \ | ||||
|     jellyfin-ffmpeg5 \ | ||||
|     jellyfin-web \ | ||||
|   | ||||
| @@ -303,6 +303,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 | ||||
|  | ||||
| ## Versions | ||||
|  | ||||
| * **11.06.22:** - Switch to upstream repo's ffmpeg5 build. | ||||
| * **05.01.22:** - Specify Intel iHD driver versions to avoid mismatched libva errors. | ||||
| * **25.12.21:** - Fix video device group perms error message. | ||||
| * **10.12.21:** - Rework readme, disable template sync. | ||||
|   | ||||
| @@ -116,6 +116,7 @@ unraid_template_sync: false | ||||
|  | ||||
| # changelog | ||||
| changelogs: | ||||
|   - { date: "11.06.22:", desc: "Switch to upstream repo's ffmpeg5 build." } | ||||
|   - { date: "05.01.22:", desc: "Specify Intel iHD driver versions to avoid mismatched libva errors." } | ||||
|   - { date: "25.12.21:", desc: "Fix video device group perms error message." } | ||||
|   - { date: "10.12.21:", desc: "Rework readme, disable template sync." } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user