File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,15 @@ RUN apt-get update \
5252
5353# Install hwloc
5454COPY .github/scripts/install_hwloc.sh /opt/umf/install_hwloc.sh
55- RUN /opt/umf/install_hwloc.sh \
56- && ldconfig \
57- && rm -f /opt/umf/install_hwloc.sh
55+ RUN apt-get update \
56+ && apt-get install -y dos2unix libtool \
57+ && dos2unix /opt/umf/install_hwloc.sh \
58+ && bash -x /opt/umf/install_hwloc.sh \
59+ && ldconfig \
60+ && rm -f /opt/umf/install_hwloc.sh
5861
5962# Prepare a dir (accessible by anyone)
60- RUN mkdir --mode 777 /opt/umf/
63+ RUN mkdir -p - -mode 777 /opt/umf/
6164
6265# Additional dependencies (installed via pip)
6366COPY third_party/requirements.txt /opt/umf/requirements.txt
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ sphinxcontrib_htmlhelp==2.0.1
1313sphinxcontrib_serializinghtml == 1.1.5
1414sphinxcontrib_qthelp == 1.0.3
1515breathe == 4.35.0
16- sphinx == 8 .1.3
17- sphinx_book_theme == 1.1.3
16+ sphinx == 7 .1.2
17+ sphinx_book_theme == 1.0.1
1818# Spelling check in documentation
1919pyenchant == 3.2.2
2020sphinxcontrib-spelling == 8.0.0
You can’t perform that action at this time.
0 commit comments