Skip to content

Commit e899554

Browse files
committed
opencl-icd: update GPU UMD repo
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 7daa87a commit e899554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/intel-opencl-icd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
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 jammy flex' | \
6+
&& echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified' | \
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)