mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Updated dev-requirements.in to include all benchmark dependencies
This commit is contained in:
parent
af71638b06
commit
44388dbc6d
3 changed files with 117 additions and 3 deletions
|
@ -2,8 +2,9 @@ FROM python:3.10-slim
|
|||
RUN apt-get update
|
||||
RUN apt-get install -y less git build-essential
|
||||
COPY requirements.txt /aider/requirements.txt
|
||||
COPY dev-requirements.txt /aider/dev-requirements.txt
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install lox typer pandas matplotlib imgcat aider-chat
|
||||
RUN pip install -r /aider/requirements.txt
|
||||
RUN pip install -r /aider/dev-requirements.txt
|
||||
RUN git config --global --add safe.directory /aider
|
||||
WORKDIR /aider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue