Skip to content

Commit

Permalink
Fix Nvidia Image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Issacwww committed Oct 8, 2024
1 parent df5df8e commit 7d49734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e2/test/images/nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ RUN cd /tmp \
/var/lib/apt/lists/*

# Install NCCL
ARG NCCL_VERSION=2.22.3-1+cuda${CUDA_MAJOR_VERSION}.${CUDA_MINOR_VERSION}
ARG NCCL_VERSION="2.22.3-1+cuda${CUDA_MAJOR_VERSION}.${CUDA_MINOR_VERSION}"

RUN apt update \
&& apt install -y \
libnccl2=${NCCL_VERSION} \
Expand Down

0 comments on commit 7d49734

Please sign in to comment.