fix for build for nccl in dockerfile (#970)

This commit is contained in:
Wing Lian
2023-12-16 19:12:01 -05:00
committed by GitHub
parent 80ec7af358
commit 85de004dd4

View File

@@ -10,7 +10,7 @@ ARG PYTORCH_VERSION="2.0.1"
ENV PYTORCH_VERSION=$PYTORCH_VERSION
RUN apt-get update && \
apt-get install -y vim curl nano libnccl2 libnccl-dev
apt-get install -y --allow-change-held-packages vim curl nano libnccl2 libnccl-dev
WORKDIR /workspace