mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
renamed hf-embed -> help
This commit is contained in:
parent
bd8143a880
commit
b18dbf4772
8 changed files with 23 additions and 22 deletions
|
@ -9,7 +9,7 @@ COPY . /aider
|
|||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y build-essential git libportaudio2 && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install --no-cache-dir /aider[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu && \
|
||||
pip install --no-cache-dir /aider --extra-index-url https://download.pytorch.org/whl/cpu && \
|
||||
rm -rf /aider
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue