Skip to content
13 changes: 1 addition & 12 deletions dockerfile/cuda12.8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM nvcr.io/nvidia/pytorch:25.02-py3
# - TransformerEngine 2.0
# Mellanox:
# - MOFED_VERSION; 5.4-rdmacore39.0
# - HPC-X: v2.21.0-CUDA12.x
# - HPC-X: v2.21
# Intel:
# - mlc: v3.11

Expand Down Expand Up @@ -122,17 +122,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
echo "Skipping Intel MLC, AOCC and AMD Bliss installations for non-amd64 architecture: $TARGETARCH"; \
fi

# Install NCCL 2.25.1
RUN cd /tmp && \
git clone -b v2.25.1-1 https://github.com/NVIDIA/nccl.git && \
cd nccl && \
make -j ${NUM_MAKE_JOBS} src.build \
NVCC_GENCODE="-gencode=arch=compute_100,code=sm_100 \
-gencode=arch=compute_90,code=sm_90 \
-gencode=arch=compute_80,code=sm_80" && \
make install && \
rm -rf /tmp/nccl

# Install UCX with multi-threading support
ENV UCX_VERSION=1.18.0
RUN cd /tmp && \
Expand Down
11 changes: 0 additions & 11 deletions dockerfile/cuda12.9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
echo "Skipping Intel MLC, AOCC and AMD Bliss installations for non-amd64 architecture: $TARGETARCH"; \
fi

# Install NCCL 2.26.3
RUN cd /tmp && \
git clone -b v2.26.3-1 https://github.com/NVIDIA/nccl.git && \
cd nccl && \
make -j ${NUM_MAKE_JOBS} src.build \
NVCC_GENCODE="-gencode=arch=compute_100,code=sm_100 \
-gencode=arch=compute_90,code=sm_90 \
-gencode=arch=compute_80,code=sm_80" && \
make install && \
rm -rf /tmp/nccl

# Install UCX with multi-threading support
ENV UCX_VERSION=1.18.0
RUN cd /tmp && \
Expand Down
Loading