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 1230079 commit 4d955c4Copy full SHA for 4d955c4
images/runtime/training/cuda/Dockerfile
@@ -86,6 +86,18 @@ RUN dnf install -y \
86
&& dnf clean all \
87
&& rm -rf /var/cache/dnf/*
88
89
+# Install InfiniBand and RDMA packages
90
+RUN dnf config-manager \
91
+ --add-repo https://linux.mellanox.com/public/repo/mlnx_ofed/latest/rhel9.5/mellanox_mlnx_ofed.repo \
92
+ && dnf install -y \
93
+ libibverbs-utils \
94
+ infiniband-diags \
95
+ libibumad \
96
+ librdmacm \
97
+ rdma-core \
98
+ && dnf clean all \
99
+ && rm -rf /var/cache/dnf/*
100
+
101
# Install Python packages
102
103
# Install micropipenv to deploy packages from Pipfile.lock
0 commit comments