File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +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
10
dnf install -y intel-igc-opencl-devel; \
10
11
cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib; \
11
12
mkdir /root/build; cd /root/build ; cmake -G Ninja ../neo; \
Original file line number Diff line number Diff line change @@ -6,6 +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
10
dnf install -y intel-igc-opencl-devel; \
10
11
cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib; \
11
12
mkdir /root/build; cd /root/build ; cmake -G Ninja ../neo; \
You can’t perform that action at this time.
0 commit comments