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 bfb7e5e commit ede9ec5Copy full SHA for ede9ec5
.github/docker/ubuntu-20.04.Dockerfile
@@ -50,6 +50,13 @@ RUN apt-get update \
50
&& rm -rf /var/lib/apt/lists/* \
51
&& apt-get clean all
52
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
+
60
# Prepare a dir (accessible by anyone)
61
RUN mkdir --mode 777 /opt/umf/
62
0 commit comments