renamed hf-embed -> help

This commit is contained in:
Paul Gauthier 2024-07-16 10:58:49 +01:00
parent bd8143a880
commit b18dbf4772
8 changed files with 23 additions and 22 deletions

View file

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