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
3
4
4
COPY neo /root/neo
5
5
RUN 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 ; \
8
8
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-7 git pkg-config ninja-build intel-igc-opencl-dev
9
9
RUN cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib
10
10
RUN 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
3
4
4
COPY neo /root/neo
5
5
RUN 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 ; \
8
8
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-7 git pkg-config ninja-build intel-igc-opencl-dev
9
9
RUN cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib
10
10
RUN 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