mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
updated benchmark docker to use [dev]
This commit is contained in:
parent
76dad84285
commit
e9bde684ae
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y less git build-essential
|
RUN apt-get install -y less git build-essential
|
||||||
COPY requirements-dev.txt /aider/requirements-dev.txt
|
COPY . /aider
|
||||||
RUN pip install --no-cache-dir --upgrade pip
|
RUN pip install --no-cache-dir --upgrade pip
|
||||||
RUN pip install --no-cache-dir -r /aider/requirements-dev.txt
|
RUN pip install --no-cache-dir /aider[dev]
|
||||||
RUN git config --global --add safe.directory /aider
|
RUN git config --global --add safe.directory /aider
|
||||||
WORKDIR /aider
|
WORKDIR /aider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue