From 79b15febdbdabf95498d80b4b7668f0374c2babf Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 15 May 2024 11:58:42 +0000 Subject: [PATCH] Installing git. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0471450f..c8327c22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -181,6 +181,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins ca-certificates \ make \ curl \ + git \ && rm -rf /var/lib/apt/lists/* # Copy conda with PyTorch installed