Skip to content

Commit 419b2a6

Browse files
authored
install rsync too (axolotl-ai-cloud#1627)
1 parent 2501a37 commit 419b2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG PYTORCH_VERSION="2.1.2"
1111
ENV PYTORCH_VERSION=$PYTORCH_VERSION
1212

1313
RUN apt-get update && \
14-
apt-get install -y --allow-change-held-packages vim curl nano libnccl2 libnccl-dev s3fs
14+
apt-get install -y --allow-change-held-packages vim curl nano libnccl2 libnccl-dev rsync s3fs
1515

1616
WORKDIR /workspace
1717

0 commit comments

Comments
 (0)