update to latest nccl in docker image (#965)
Browse files- docker/Dockerfile +1 -1
docker/Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ ARG PYTORCH_VERSION="2.0.1"
|
|
| 10 |
ENV PYTORCH_VERSION=$PYTORCH_VERSION
|
| 11 |
|
| 12 |
RUN apt-get update && \
|
| 13 |
-
apt-get install -y vim curl
|
| 14 |
|
| 15 |
WORKDIR /workspace
|
| 16 |
|
|
|
|
| 10 |
ENV PYTORCH_VERSION=$PYTORCH_VERSION
|
| 11 |
|
| 12 |
RUN apt-get update && \
|
| 13 |
+
apt-get install -y vim curl nano libnccl2 libnccl-dev
|
| 14 |
|
| 15 |
WORKDIR /workspace
|
| 16 |
|