We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709563e commit 8583ea5Copy full SHA for 8583ea5
dockerfile/cuda12.8.dockerfile
@@ -126,7 +126,10 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
126
RUN cd /tmp && \
127
git clone -b v2.25.1-1 https://github.com/NVIDIA/nccl.git && \
128
cd nccl && \
129
- make -j ${NUM_MAKE_JOBS} src.build NVCC_GENCODE="-gencode=arch=compute_100,code=sm_100" && \
+ make -j ${NUM_MAKE_JOBS} src.build \
130
+ NVCC_GENCODE="-gencode=arch=compute_100,code=sm_100 \
131
+ -gencode=arch=compute_100,code=sm_100 \
132
+ -gencode=arch=compute_100,code=sm_100" && \
133
make install && \
134
rm -rf /tmp/nccl
135
0 commit comments