mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 23:54:59 +00:00
docker environment for the whole benchmark
This commit is contained in:
parent
0ab19aa97c
commit
5ee455a05b
5 changed files with 37 additions and 5 deletions
7
benchmark/Dockerfile
Normal file
7
benchmark/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM python:3.8-slim
|
||||
RUN apt-get update && apt-get install -y less git
|
||||
COPY requirements.txt /aider/requirements.txt
|
||||
RUN pip install --upgrade pip && pip install -r /aider/requirements.txt
|
||||
RUN pip install lox typer
|
||||
WORKDIR /aider
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue