Skip to content

Commit

Permalink
update to latest nccl in docker image (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 16, 2023
1 parent f28e755 commit 80ec7af
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
apt-get install -y vim curl nano libnccl2 libnccl-dev

WORKDIR /workspace

Expand Down

0 comments on commit 80ec7af

Please sign in to comment.