Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit 392e867

Browse files
committed
Update compute runtime dependencies.
1 parent c726106 commit 392e867

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

Dockerfile

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,16 @@ RUN apt-get update && \
134134
# Getting the latest versions of Intel's Compute Runtime and associated packages on Github and installing it will update everything we installed before.
135135
RUN mkdir neo
136136
WORKDIR /neo
137-
RUN wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-core_1.0.17537.20_amd64.deb && \
138-
wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-opencl_1.0.17537.20_amd64.deb && \
139-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu_1.3.30872.22_amd64.deb && \
140-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu-legacy1_1.3.30872.22_amd64.deb && \
141-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd_24.35.30872.22_amd64.deb && \
142-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd-legacy1_24.35.30872.22_amd64.deb && \
143-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/libigdgmm12_22.5.0_amd64.deb && \
144-
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.17.39/level-zero_1.17.39+u22.04_amd64.deb && \
145-
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.17.39/level-zero-devel_1.17.39+u22.04_amd64.deb && \
137+
RUN wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/v2.1.12/intel-igc-core-2_2.1.12+18087_amd64.deb && \
138+
wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/v2.1.12/intel-igc-opencl-2_2.1.12+18087_amd64.deb && \
139+
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-level-zero-gpu_1.6.31740.9_amd64.deb && \
140+
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-opencl-icd_24.45.31740.9_amd64.deb && \
141+
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/libigdgmm12_22.5.2_amd64.deb && \
142+
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.19.2/level-zero_1.19.2+u22.04_amd64.deb && \
143+
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.19.2/level-zero-devel_1.19.2+u22.04_amd64.deb && \
146144
dpkg -i -- *.deb
147145
WORKDIR /
148-
146+
149147
# Make sure everything is up to date.
150148
# hadolint ignore=DL3008
151149
RUN apt-get update && \

Dockerfile.nightly

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,16 @@ RUN apt-get update && \
119119
# Getting the latest versions of Intel's Compute Runtime and associated packages on Github and installing it will update everything we installed before.
120120
RUN mkdir neo
121121
WORKDIR /neo
122-
RUN wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-core_1.0.17537.20_amd64.deb && \
123-
wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-opencl_1.0.17537.20_amd64.deb && \
124-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu_1.3.30872.22_amd64.deb && \
125-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu-legacy1_1.3.30872.22_amd64.deb && \
126-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd_24.35.30872.22_amd64.deb && \
127-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd-legacy1_24.35.30872.22_amd64.deb && \
128-
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/libigdgmm12_22.5.0_amd64.deb && \
129-
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.17.39/level-zero_1.17.39+u22.04_amd64.deb && \
130-
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.17.39/level-zero-devel_1.17.39+u22.04_amd64.deb && \
122+
RUN wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/v2.1.12/intel-igc-core-2_2.1.12+18087_amd64.deb && \
123+
wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/v2.1.12/intel-igc-opencl-2_2.1.12+18087_amd64.deb && \
124+
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-level-zero-gpu_1.6.31740.9_amd64.deb && \
125+
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-opencl-icd_24.45.31740.9_amd64.deb && \
126+
wget --progress=dot:giga https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/libigdgmm12_22.5.2_amd64.deb && \
127+
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.19.2/level-zero_1.19.2+u22.04_amd64.deb && \
128+
wget --progress=dot:giga https://github.com/oneapi-src/level-zero/releases/download/v1.19.2/level-zero-devel_1.19.2+u22.04_amd64.deb && \
131129
dpkg -i -- *.deb
132130
WORKDIR /
133-
131+
134132
# Make sure everything is up to date.
135133
# hadolint ignore=DL3008
136134
RUN apt-get update && \

0 commit comments

Comments
 (0)