mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
build: Add boto3 to Dockerfile pip install commands
This commit is contained in:
parent
6517cb15ef
commit
d53ee24741
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ COPY . /tmp/aider
|
||||||
|
|
||||||
# Install dependencies as root
|
# Install dependencies as root
|
||||||
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
|
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
|
||||||
/venv/bin/python -m pip install --no-cache-dir /tmp/aider[help,browser,playwright] \
|
/venv/bin/python -m pip install --no-cache-dir /tmp/aider[help,browser,playwright] boto3 \
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu && \
|
--extra-index-url https://download.pytorch.org/whl/cpu && \
|
||||||
rm -rf /tmp/aider
|
rm -rf /tmp/aider
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ COPY . /tmp/aider
|
||||||
|
|
||||||
# Install dependencies as root
|
# Install dependencies as root
|
||||||
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
|
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
|
||||||
/venv/bin/python -m pip install --no-cache-dir /tmp/aider[playwright] \
|
/venv/bin/python -m pip install --no-cache-dir /tmp/aider[playwright] boto3 \
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu && \
|
--extra-index-url https://download.pytorch.org/whl/cpu && \
|
||||||
rm -rf /tmp/aider
|
rm -rf /tmp/aider
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue