Commit ef554db 1 parent 1f4e336 commit ef554db Copy full SHA for ef554db
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ RUN dnf --disableplugin=subscription-manager remove -y nodejs && \
31
31
32
32
# GPU drivers
33
33
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
35
35
36
36
RUN rpm -ivh https://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/mesa-filesystem-21.1.5-1.el8.x86_64.rpm && \
37
37
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 \
39
39
level-zero intel-level-zero-gpu \
40
40
intel-metrics-library intel-igc-core intel-igc-cm \
41
41
libva libva-utils intel-gmmlib && \
You can’t perform that action at this time.
0 commit comments