浏览代码

Add rsync to dockerfile

Sebastian Raschka 1 年之前
父节点
当前提交
a940373a14
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .devcontainer/Dockerfile

+ 1 - 0
.devcontainer/Dockerfile

@@ -2,6 +2,7 @@ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
 
 
 RUN apt-get update && \
 RUN apt-get update && \
     apt-get upgrade -y && \
     apt-get upgrade -y && \
+    apt-get install -y rsync && \
     apt-get install -y git && \
     apt-get install -y git && \
     rm -rf /var/lib/apt/lists/*
     rm -rf /var/lib/apt/lists/*