mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
move llama core into hf-embed
This commit is contained in:
parent
504a72b5cb
commit
9e3eb4fce5
8 changed files with 26 additions and 113 deletions
|
@ -7,7 +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
|
||||
RUN pip install --no-cache-dir /aider[hf-embed] --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