mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
simplify
This commit is contained in:
parent
33cf55e5ae
commit
ebbb5bd442
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
RUN apt-get update && apt-get install -y less git build-essential
|
RUN apt-get update
|
||||||
|
RUN apt-get install -y less git build-essential
|
||||||
COPY requirements.txt /aider/requirements.txt
|
COPY requirements.txt /aider/requirements.txt
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install lox typer pandas matplotlib imgcat aider-chat
|
RUN pip install lox typer pandas matplotlib imgcat aider-chat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue