We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2501a37 commit 419b2a6Copy full SHA for 419b2a6
docker/Dockerfile
@@ -11,7 +11,7 @@ ARG PYTORCH_VERSION="2.1.2"
11
ENV PYTORCH_VERSION=$PYTORCH_VERSION
12
13
RUN apt-get update && \
14
- apt-get install -y --allow-change-held-packages vim curl nano libnccl2 libnccl-dev s3fs
+ apt-get install -y --allow-change-held-packages vim curl nano libnccl2 libnccl-dev rsync s3fs
15
16
WORKDIR /workspace
17
0 commit comments