File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY neo /root/neo
6
6
RUN dnf install -y gcc-c++ cmake ninja-build git pkg-config; \
7
7
dnf install -y 'dnf-command(copr)'; \
8
8
dnf copr enable -y arturh/intel-opencl; \
9
- dnf copr enable -y arturh/intel-opencl-staging ; \
9
+ dnf copr enable -y arturh/intel-opencl-experimental ; \
10
10
dnf install -y intel-igc-opencl-devel; \
11
11
cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib; \
12
12
mkdir /root/build; cd /root/build ; cmake -G Ninja ../neo; \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY neo /root/neo
6
6
RUN dnf install -y gcc-c++ cmake ninja-build git pkg-config; \
7
7
dnf install -y 'dnf-command(copr)'; \
8
8
dnf copr enable -y arturh/intel-opencl; \
9
- dnf copr enable -y arturh/intel-opencl-staging ; \
9
+ dnf copr enable -y arturh/intel-opencl-experimental ; \
10
10
dnf install -y intel-igc-opencl-devel; \
11
11
cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib; \
12
12
mkdir /root/build; cd /root/build ; cmake -G Ninja ../neo; \
You can’t perform that action at this time.
0 commit comments