diff --git a/docker/Dockerfile b/docker/Dockerfile index 6eea7322ce..790076687e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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