File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,30 +23,30 @@ spec:
23
23
dockerfile : |
24
24
FROM registry.access.redhat.com/ubi8-minimal:latest
25
25
26
- ARG OCL_CID_VERSION =ocl-icd-2.2.12-1.el7.x86_64
26
+ ARG OCL_ICD_VERSION =ocl-icd-2.2.12-1.el7.x86_64
27
27
ARG CLINFO_VERSION=clinfo-2.2.18.04.06-6.fc34.x86_64
28
28
29
29
RUN microdnf install -y \
30
30
glibc \
31
31
yum-utils
32
32
33
- # install intel-opencl, ocl-cid and clinfo
33
+ # install intel-opencl, ocl-icd and clinfo
34
34
RUN dnf install -y 'dnf-command(config-manager)' && \
35
35
dnf config-manager --add-repo https://repositories.intel.com/graphics/rhel/8.4/intel-graphics.repo && \
36
36
dnf install -y intel-opencl \
37
- https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/$OCL_CID_VERSION .rpm \
37
+ https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/$OCL_ICD_VERSION .rpm \
38
38
http://rpmfind.net/linux/fedora/linux/releases/34/Everything/x86_64/os/Packages/c/$CLINFO_VERSION.rpm && \
39
39
dnf clean all && dnf autoremove && rm -rf /var/lib/dnf/lists/*
40
40
strategy :
41
41
type : Docker
42
42
noCache : true
43
43
dockerStrategy :
44
44
buildArgs :
45
- - name : " OCL_CID_VERSION "
45
+ - name : " OCL_ICD_VERSION "
46
46
value : " ocl-icd-2.2.12-1.el7.x86_64"
47
47
- name : " CLINFO_VERSION"
48
48
value : " clinfo-2.2.18.04.06-6.fc34.x86_64"
49
49
output :
50
50
to :
51
51
kind : ImageStreamTag
52
- name : intel-dgpu-clinfo:latest
52
+ name : intel-dgpu-clinfo:latest
You can’t perform that action at this time.
0 commit comments