From ebbb5bd442a2d8f4d4623aa85b039b4d7d151e46 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 22 Oct 2023 11:26:37 -0700 Subject: [PATCH] simplify --- benchmark/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmark/Dockerfile b/benchmark/Dockerfile index 9e3303953..c75f890d2 100644 --- a/benchmark/Dockerfile +++ b/benchmark/Dockerfile @@ -1,5 +1,6 @@ FROM python:3.10-slim -RUN apt-get update && apt-get install -y less git build-essential +RUN apt-get update +RUN apt-get install -y less git build-essential COPY requirements.txt /aider/requirements.txt RUN pip install --upgrade pip RUN pip install lox typer pandas matplotlib imgcat aider-chat