From 368c057cbf8cd4745c87b330bf5bccf6d288d8d9 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 15 May 2024 13:31:10 +0000 Subject: [PATCH] Trying to understand the weird failure. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8327c22..ac5cefa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -181,7 +181,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins ca-certificates \ make \ curl \ - git \ + build-essential \ && rm -rf /var/lib/apt/lists/* # Copy conda with PyTorch installed