Skip to content

Commit 6ba4a64

Browse files
committed
Use tags for CXI driver and libcxi versions
1 parent 77861af commit 6ba4a64

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

examples/container/comm-fwk/Containerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,16 @@ RUN git clone https://github.com/HewlettPackard/shs-cassini-headers.git \
6363
&& cd .. \
6464
&& rm -r shs-cassini-headers
6565

66-
ARG cxi_driver_ref=af5d2ed4114134ea4eaf095d16af619573729045
67-
RUN git clone https://github.com/HewlettPackard/shs-cxi-driver.git \
66+
ARG cxi_driver_version=release/shs-12.0.0
67+
RUN git clone --branch ${cxi_driver_version} --depth 1 https://github.com/HewlettPackard/shs-cxi-driver.git \
6868
&& cd shs-cxi-driver \
69-
&& git checkout ${cxi_ddriver_ref} \
7069
&& cp -r include/* /usr/include/ \
7170
&& cd .. \
7271
&& rm -r shs-cxi-driver
7372

74-
ARG libcxi_ref=3a33b3966d2898ab129458c8813b0cbcdcec06f5
75-
RUN git clone https://github.com/HewlettPackard/shs-libcxi.git \
73+
ARG libcxi_version=release/shs-12.0.0
74+
RUN git clone --branch ${libcxi_version} --depth 1 https://github.com/HewlettPackard/shs-libcxi.git \
7675
&& cd shs-libcxi \
77-
&& git checkout ${libcxi_ref} \
7876
&& ./autogen.sh \
7977
&& ./configure --prefix=/usr --with-cuda=/usr/local/cuda \
8078
&& make -j$(nproc) \

examples/container/comm-fwk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Builds of the image are currently hosted on the Quay.io registry at https://quay
1010

1111
## Contents
1212

13-
- CUDA 12.8.1 (including other dependencies like CUDNN and NCCL from the NVIDIA Docker Hub image)
13+
- CUDA 12.8.1 (including other dependencies like NCCL from the NVIDIA Docker Hub image)
1414
- GDRCopy 2.5
1515
- XPMEM (commit 0d0bad4e1d07b38d53ecc8f20786bb1328c446da - corresponds to version 2.6.5-36 in Spack)
1616
- Libfabric 2.1.0 with the following providers explicitly enabled:
@@ -19,8 +19,8 @@ Builds of the image are currently hosted on the Quay.io registry at https://quay
1919
- LINKx
2020
- UCX 1.18.0
2121
- HPE Cassini headers (commit 9a8a738a879f007849fbc69be8e3487a4abf0952)
22-
- HPE CXI driver (commit af5d2ed4114134ea4eaf095d16af619573729045)
23-
- HPE libcxi (commit 3a33b3966d2898ab129458c8813b0cbcdcec06f5)
22+
- HPE CXI driver (tag `release/shs-12.0.0`)
23+
- HPE libcxi (tag `release/shs-12.0.0`)
2424

2525
## Notes
2626

0 commit comments

Comments
 (0)