This commit is contained in:
Paul Gauthier 2023-10-22 11:26:37 -07:00
parent 33cf55e5ae
commit ebbb5bd442

View file

@ -1,5 +1,6 @@
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
RUN pip install --upgrade pip
RUN pip install lox typer pandas matplotlib imgcat aider-chat