mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-22 12:34:59 +00:00
show with imgcat
This commit is contained in:
parent
0f6a90bfed
commit
937ee478ad
2 changed files with 12 additions and 5 deletions
|
@ -1,7 +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 lox typer pandas matplotlib imgcat aider-chat
|
||||
RUN pip install --upgrade pip && pip install -r /aider/requirements.txt
|
||||
RUN pip install lox typer pandas matplotlib imgcat
|
||||
WORKDIR /aider
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue