mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
pull summary data into a df
This commit is contained in:
parent
6706b01eb8
commit
fe0aed2420
2 changed files with 55 additions and 33 deletions
|
@ -2,6 +2,6 @@ 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
|
||||
RUN pip install lox typer pandas matplotlib imgcat
|
||||
WORKDIR /aider
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue