We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa87a commit e899554Copy full SHA for e899554
demo/intel-opencl-icd/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
3
ARG APT="env DEBIAN_FRONTEND=noninteractive apt"
4
5
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' | \
+ && echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified' | \
7
tee -a /etc/apt/sources.list.d/intel.list \
8
&& curl -s https://repositories.intel.com/graphics/intel-graphics.key | \
9
gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg \
0 commit comments