We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591301b commit 01c363fCopy full SHA for 01c363f
test/images/nvidia/Dockerfile
@@ -110,7 +110,7 @@ RUN git clone https://github.com/NVIDIA/nccl-tests /tmp/nccl-tests \
110
# Set a default command for debugging or modify as per requirements
111
ENV NCCL_PROTO simple
112
# see https://linux.die.net/man/8/ld.so for usage. replaces LD_PRELOAD env.
113
-RUN echo "/usr/lib/$(uname -m)-linux-gnu/libnccl.so" >> /etc/ld.so.preload
+RUN echo "/usr/local/lib/libnccl.so" >> /etc/ld.so.preload
114
115
RUN rm -rf /var/lib/apt/lists/*
116
0 commit comments