Skip to content

Commit c4daeeb

Browse files
committed
demo: move opencl-icd image to Ubuntu 22.04
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent bffe72c commit c4daeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/intel-opencl-icd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
ARG APT="env DEBIAN_FRONTEND=noninteractive apt"
44

55
RUN ${APT} update && ${APT} install -y curl gpg-agent \
6-
&& echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/graphics/ubuntu focal main' | \
6+
&& echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/graphics/ubuntu jammy main' | \
77
tee -a /etc/apt/sources.list.d/intel.list \
88
&& curl -s https://repositories.intel.com/graphics/intel-graphics.key | \
99
gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg \

0 commit comments

Comments
 (0)