Skip to content

Commit

Permalink
fix for build for nccl in dockerfile (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 17, 2023
1 parent 80ec7af commit 85de004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85de004

Please sign in to comment.