simpler docker build

This commit is contained in:
Paul Gauthier 2024-07-10 19:36:30 +01:00
parent 752e4999cc
commit 8b0e941c4d

View file

@ -6,7 +6,6 @@ RUN apt-get update && \
COPY . /aider
RUN pip install --no-cache-dir /aider
RUN pip install --no-cache-dir /aider[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu
# Final stage