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.
2 parents f348a1b + 5e43f90 commit 5b23497Copy full SHA for 5b23497
images/runtime/training/cuda/Dockerfile
@@ -1,5 +1,5 @@
1
## Global Args ######################################################
2
-ARG IMAGE_TAG=1-77.1729776556
+ARG IMAGE_TAG=9.5-1741671866
3
ARG PYTHON_VERSION=311
4
5
# use UBI9
@@ -57,9 +57,11 @@ RUN dnf config-manager \
57
&& dnf install -y \
58
libibverbs-utils \
59
infiniband-diags \
60
- libibumad \
+ libibumad3 \
61
librdmacm \
62
+ librdmacm-utils \
63
rdma-core \
64
+ mlnx-tools \
65
&& dnf clean all \
66
&& rm -rf /var/cache/dnf/*
67
images/runtime/training/rocm/Dockerfile
-ARG IMAGE_TAG=9.5-1737537151
# use UBI9 latest
0 commit comments