mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
Update benchmark dockerfile
This commit is contained in:
parent
ec9b5b15c5
commit
a8d4be441e
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
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
|
||||
COPY requirements-dev.txt /aider/requirements-dev.txt
|
||||
RUN pip install --no-cache-dir --upgrade pip
|
||||
RUN pip install --no-cache-dir -r /aider/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /aider/dev-requirements.txt
|
||||
RUN pip install --no-cache-dir -r /aider/requirements-dev.txt
|
||||
RUN git config --global --add safe.directory /aider
|
||||
WORKDIR /aider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue