Explorar o código

Add rsync to dockerfile

Sebastian Raschka hai 1 ano
pai
achega
a940373a14
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 && \
     apt-get upgrade -y && \
+    apt-get install -y rsync && \
     apt-get install -y git && \
     rm -rf /var/lib/apt/lists/*