set git config safe dir in benchmark docker

This commit is contained in:
Joshua Vial 2023-09-09 12:07:11 +12:00
parent 91b7648f33
commit 9a91d8fbad

View file

@ -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