mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-02 19:23:08 +03:00
Upgrade Intel Compute Runtime to 26.18.38308.1
This commit is contained in:
+6
-4
@@ -9,11 +9,11 @@ ARG OS_VERSION=trixie
|
||||
ARG FFMPEG_PACKAGE=jellyfin-ffmpeg7
|
||||
|
||||
# https://github.com/intel/compute-runtime/releases
|
||||
ARG GMMLIB_VER=22.8.1
|
||||
ARG GMMLIB_VER=22.10.0
|
||||
# >= Gen12 graphics (current)
|
||||
ARG IGC2_VER=2.18.5
|
||||
ARG IGC2_BUILD=19820
|
||||
ARG NEO_VER=25.35.35096.9
|
||||
ARG IGC2_VER=2.34.4
|
||||
ARG IGC2_BUILD=21428
|
||||
ARG NEO_VER=26.18.38308.1
|
||||
# <= Gen11 graphics (legacy)
|
||||
ARG IGC1_LEGACY_VER=1.0.17537.24
|
||||
ARG NEO_LEGACY_VER=24.35.30872.36
|
||||
@@ -184,6 +184,8 @@ RUN if test "${PACKAGE_ARCH}" = "amd64"; then \
|
||||
-LO https://github.com/intel/intel-graphics-compiler/releases/download/v${IGC2_VER}/intel-igc-core-2_${IGC2_VER}+${IGC2_BUILD}_amd64.deb \
|
||||
-LO https://github.com/intel/intel-graphics-compiler/releases/download/v${IGC2_VER}/intel-igc-opencl-2_${IGC2_VER}+${IGC2_BUILD}_amd64.deb \
|
||||
-LO https://github.com/intel/compute-runtime/releases/download/${NEO_VER}/intel-opencl-icd_${NEO_VER}-0_amd64.deb \
|
||||
-LO https://github.com/intel/compute-runtime/releases/download/${NEO_VER}/intel-ocloc_${NEO_VER}-0_amd64.deb \
|
||||
-LO https://github.com/intel/compute-runtime/releases/download/${NEO_VER}/libze-intel-gpu1_${NEO_VER}-0_amd64.deb \
|
||||
-LO https://github.com/intel/intel-graphics-compiler/releases/download/igc-${IGC1_LEGACY_VER}/intel-igc-core_${IGC1_LEGACY_VER}_amd64.deb \
|
||||
-LO https://github.com/intel/intel-graphics-compiler/releases/download/igc-${IGC1_LEGACY_VER}/intel-igc-opencl_${IGC1_LEGACY_VER}_amd64.deb \
|
||||
-LO https://github.com/intel/compute-runtime/releases/download/${NEO_LEGACY_VER}/intel-opencl-icd-legacy1_${NEO_LEGACY_VER}_amd64.deb \
|
||||
|
||||
Reference in New Issue
Block a user