mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
feat: Add google-cloud-aiplatform dependency to Dockerfile
This commit is contained in:
parent
bcc8b1917a
commit
ea49cdeb17
1 changed files with 1 additions and 1 deletions
|
@ -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] boto3 \
|
/venv/bin/python -m pip install --no-cache-dir /tmp/aider[playwright] boto3 google-cloud-aiplatform \
|
||||||
--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