Skip to content

Commit

Permalink
Update intel image in Dockerfile.ubuntu-intel
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Sep 19, 2024
1 parent 7f331e0 commit d480d4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packaging/Dockerfile.ubuntu-intel
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM intel/oneapi-hpckit:2024.0.1-devel-ubuntu22.04
FROM intel/hpckit:2024.2.1-0-devel-ubuntu22.04
ARG LLVM=18

# Fix broken gpg keyfile
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
| gpg --dearmor | tee /usr/share/keyrings/intel-oneapi-archive-keyring.gpg > /dev/null

RUN apt-get update && apt-get install -y lsb-release wget software-properties-common && \
wget -O /tmp/llvm.sh https://apt.llvm.org/llvm.sh && chmod +x /tmp/llvm.sh && /tmp/llvm.sh ${LLVM} && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down

0 comments on commit d480d4a

Please sign in to comment.