winglian commited on
Commit
419b2a6
1 Parent(s): 2501a37

install rsync too (#1627)

Browse files
Files changed (1) hide show
  1. docker/Dockerfile +1 -1
docker/Dockerfile CHANGED
@@ -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
15
 
16
  WORKDIR /workspace
17
 
 
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 rsync s3fs
15
 
16
  WORKDIR /workspace
17