mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
install aider with -e in benchmark docker
This commit is contained in:
parent
3c5d08920f
commit
e799e89ff4
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ RUN apt-get update
|
|||
RUN apt-get install -y less git build-essential
|
||||
COPY . /aider
|
||||
RUN pip install --no-cache-dir --upgrade pip
|
||||
RUN pip install --no-cache-dir /aider[dev]
|
||||
RUN pip install --no-cache-dir -e /aider[dev]
|
||||
RUN git config --global --add safe.directory /aider
|
||||
WORKDIR /aider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue