File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ MAINTAINER Jacek Danecki <jacek.danecki@intel.com>
33
44COPY neo /root/neo
55RUN apt-get -y update ; apt-get install -y --allow-unauthenticated gpg; \
6- echo "deb http://ppa.launchpad.net/intel-opencl /intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9732172C4830B8F ; \
6+ echo "deb http://ppa.launchpad.net/ocl-dev /intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C3086B78CC05B8B1 ; \
88 apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-7 git pkg-config ninja-build intel-igc-opencl-dev
99RUN cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib
1010RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DBUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ MAINTAINER Jacek Danecki <jacek.danecki@intel.com>
33
44COPY neo /root/neo
55RUN apt-get -y update ; apt-get install -y --allow-unauthenticated gpg; \
6- echo "deb http://ppa.launchpad.net/intel-opencl /intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9732172C4830B8F ; \
6+ echo "deb http://ppa.launchpad.net/ocl-dev /intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C3086B78CC05B8B1 ; \
88 apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-7 git pkg-config ninja-build intel-igc-opencl-dev
99RUN cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib
1010RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DBUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release \
You can’t perform that action at this time.
0 commit comments