Skip to content

Commit

Permalink
repair dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
Shusen Liu committed Oct 28, 2024
1 parent 5ad9c13 commit 7905709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ rm -f libucx0_1.16.0+ds-5ubuntu1_arm64.deb

# install Mellanox OFED and nvdia driver
apt-get update && apt-get install -y --no-install-recommends libnvidia-compute-560=560.35.03-0ubuntu1
apt-get install -y --no-install-recommends mlnx-ofed-all

#Here OpenMPI has been installed as a dependency of Mellanox OFED
apt-get install -y --no-install-recommends mlnx-ofed-all
apt-get install -y --no-install-recommends ucx-cuda

# Clean up
Expand Down
2 changes: 2 additions & 0 deletions arm/hpcx/hpcx-rocky.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ RUN dnf -y update && dnf install -y \
ethtool\
dnf-plugins-core \
bzip2 \
binutils\
binutils-devel\
&& dnf clean all

# Install MLNX OFED (user-space only)
Expand Down

0 comments on commit 7905709

Please sign in to comment.