File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ RUN apt-get update -y && \
6666# Install UMD
6767RUN mkdir neo && \
6868 cd neo && \
69- wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.34.4 /intel-igc-core-2_2.34.4+21428_amd64 .deb && \
70- wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.34.4 /intel-igc-opencl-2_2.34.4+21428_amd64 .deb && \
71- wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1 /intel-ocloc_26.18.38308.1 -0_amd64.deb && \
72- wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1 /intel-opencl-icd_26.18.38308.1 -0_amd64.deb && \
73- wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1 /libigdgmm12_22.10.0_amd64.deb && \
74- wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1 /libze-intel-gpu1_26.18.38308.1 -0_amd64.deb && \
75- wget https://github.com/oneapi-src/level-zero/releases/download/v1.28.2/level-zero_1.28.2 +u24.04_amd64.deb && \
76- wget https://github.com/oneapi-src/level-zero/releases/download/v1.28.2/level-zero-devel_1.28.2 +u24.04_amd64.deb && \
69+ wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.38.2 /intel-igc-core-2_2.38.2+22051_amd64 .deb && \
70+ wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.38.2 /intel-igc-opencl-2_2.38.2+22051_amd64 .deb && \
71+ wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11 /intel-ocloc_26.27.39122.11 -0_amd64.deb && \
72+ wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11 /intel-opencl-icd_26.27.39122.11 -0_amd64.deb && \
73+ wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11 /libigdgmm12_22.10.0_amd64.deb && \
74+ wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11 /libze-intel-gpu1_26.27.39122.11 -0_amd64.deb && \
75+ wget https://github.com/oneapi-src/level-zero/releases/download/v1.32.0/libze1_1.32.0 +u24.04_amd64.deb && \
76+ wget https://github.com/oneapi-src/level-zero/releases/download/v1.32.0/libze-dev_1.32.0 +u24.04_amd64.deb && \
7777 dpkg -i *.deb && \
7878 cd .. && \
7979 rm -rf neo
You can’t perform that action at this time.
0 commit comments