Skip to content

Commit

Permalink
module install
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 3, 2024
1 parent bd79cb1 commit 13aae1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/manylinux_2_28_aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ RUN yum update -y \
epel-release \
gcc-c++ \
hwloc-devel \
llvm-toolset \
ocl-icd-devel \
sudo \
&& yum module install -y \
llvm-toolset
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit 13aae1b

Please sign in to comment.