Added a benchmarking readme

This commit is contained in:
Paul Gauthier 2023-09-08 09:12:34 -07:00
parent ad3eeca80e
commit 491993f979
2 changed files with 108 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.10-slim
RUN apt-get update && apt-get install -y less git
COPY requirements.txt /aider/requirements.txt
RUN pip install lox typer pandas matplotlib imgcat aider-chat