Skip to content

Commit ede9ec5

Browse files
committed
install hwloc
1 parent bfb7e5e commit ede9ec5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ RUN apt-get update \
5050
&& rm -rf /var/lib/apt/lists/* \
5151
&& apt-get clean all
5252

53+
# Install hwloc
54+
COPY .github/scripts/install_hwloc.sh /opt/umf/install_hwloc.sh
55+
RUN /opt/umf/install_hwloc.sh \
56+
&& /opt/umf/install_hwloc.sh \
57+
&& ldconfig \
58+
&& rm -f /opt/umf/install_hwloc.sh
59+
5360
# Prepare a dir (accessible by anyone)
5461
RUN mkdir --mode 777 /opt/umf/
5562

0 commit comments

Comments
 (0)