mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Install the cpu-only version of torch
This commit is contained in:
parent
4da073aa08
commit
9fa70b4b05
4 changed files with 13 additions and 5 deletions
|
@ -3,8 +3,8 @@ RUN apt-get update
|
|||
RUN apt-get install -y less git build-essential
|
||||
COPY requirements.txt /aider/requirements.txt
|
||||
COPY dev-requirements.txt /aider/dev-requirements.txt
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r /aider/requirements.txt
|
||||
RUN pip install -r /aider/dev-requirements.txt
|
||||
RUN pip install --no-cache-dir --upgrade pip
|
||||
RUN pip install --no-cache-dir -r /aider/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /aider/dev-requirements.txt
|
||||
RUN git config --global --add safe.directory /aider
|
||||
WORKDIR /aider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue