Skip to content

Commit ef554db

Browse files
authored
New opencl from the official unified repo (openvinotoolkit#1875)
1 parent 1f4e336 commit ef554db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ RUN dnf --disableplugin=subscription-manager remove -y nodejs && \
3131

3232
# GPU drivers
3333
RUN dnf --disableplugin=subscription-manager install -y 'dnf-command(config-manager)' && \
34-
dnf --disableplugin=subscription-manager config-manager --add-repo https://repositories.intel.com/graphics/rhel/8.5/intel-graphics.repo
34+
dnf --disableplugin=subscription-manager config-manager --add-repo https://repositories.intel.com/gpu/rhel/8.6/lts/2350/unified/intel-gpu-8.6.repo
3535

3636
RUN rpm -ivh https://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/mesa-filesystem-21.1.5-1.el8.x86_64.rpm && \
3737
dnf --disableplugin=subscription-manager install --refresh -y \
38-
intel-opencl-22.28.23726.1-i419.el8.x86_64 intel-media intel-mediasdk libmfxgen1 libvpl2 \
38+
intel-opencl intel-media intel-mediasdk libmfxgen1 libvpl2 \
3939
level-zero intel-level-zero-gpu \
4040
intel-metrics-library intel-igc-core intel-igc-cm \
4141
libva libva-utils intel-gmmlib && \

0 commit comments

Comments
 (0)