Skip to content

Commit

Permalink
Also install python3-pip for DPC++
Browse files Browse the repository at this point in the history
So we can run the clang-tidy-review action in DPC++ containers.
  • Loading branch information
psalz committed Dec 7, 2023
1 parent 152f192 commit 92e7534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpcpp/install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ARG INTEL_COMPUTE_RT
FROM intel-compute-rt:${INTEL_COMPUTE_RT}-ubuntu${UBUNTU}

COPY --chown=root:root common/install-system.sh /root/install-system.sh
RUN bash /root/install-system.sh curl cmake ccache gdb python3 \
ca-certificates python3 libstdc++-dev libgcc-dev libc6-dev ninja-build
RUN bash /root/install-system.sh curl cmake ccache gdb python3 python3-pip \
ca-certificates libstdc++-dev libgcc-dev libc6-dev ninja-build

COPY opt/dpcpp /opt/dpcpp
COPY VERSION /VERSION
Expand Down

0 comments on commit 92e7534

Please sign in to comment.