mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
offer to install aider[hf]
This commit is contained in:
parent
4e07710d4e
commit
f688c18b65
8 changed files with 60 additions and 14 deletions
|
@ -7,6 +7,7 @@ RUN apt-get update && \
|
|||
COPY . /aider
|
||||
|
||||
RUN pip install --no-cache-dir /aider
|
||||
RUN pip install --no-cache-dir /aider[hf] --extra-index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
# Final stage
|
||||
FROM python:3.10-slim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue