mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
build: Use uv for faster pip installs in Dockerfile
This commit is contained in:
parent
72f05544e8
commit
f91be86662
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ RUN chmod +x /tmp/rustup.sh && /tmp/rustup.sh -y && rm /tmp/rustup.sh
|
|||
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
|
||||
COPY . /aider
|
||||
RUN pip3 install --no-cache-dir --upgrade pip
|
||||
RUN pip3 install --no-cache-dir -e /aider[dev]
|
||||
RUN pip3 install --no-cache-dir --upgrade pip uv
|
||||
RUN uv pip install --system --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