mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
set git config safe dir in benchmark docker
This commit is contained in:
parent
91b7648f33
commit
9a91d8fbad
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ RUN apt-get update && apt-get install -y less git
|
|||
COPY requirements.txt /aider/requirements.txt
|
||||
RUN pip install lox typer pandas matplotlib imgcat aider-chat
|
||||
RUN pip install --upgrade pip && pip install -r /aider/requirements.txt
|
||||
RUN git config --global --add safe.directory /aider
|
||||
WORKDIR /aider
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue