Skip to content

Commit 5b23497

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents f348a1b + 5e43f90 commit 5b23497

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

images/runtime/training/cuda/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Global Args ######################################################
2-
ARG IMAGE_TAG=1-77.1729776556
2+
ARG IMAGE_TAG=9.5-1741671866
33
ARG PYTHON_VERSION=311
44

55
# use UBI9
@@ -57,9 +57,11 @@ RUN dnf config-manager \
5757
&& dnf install -y \
5858
libibverbs-utils \
5959
infiniband-diags \
60-
libibumad \
60+
libibumad3 \
6161
librdmacm \
62+
librdmacm-utils \
6263
rdma-core \
64+
mlnx-tools \
6365
&& dnf clean all \
6466
&& rm -rf /var/cache/dnf/*
6567

images/runtime/training/rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Global Args ######################################################
2-
ARG IMAGE_TAG=9.5-1737537151
2+
ARG IMAGE_TAG=9.5-1741671866
33
ARG PYTHON_VERSION=311
44

55
# use UBI9 latest

0 commit comments

Comments
 (0)