feat: Add google-cloud-aiplatform dependency to Dockerfile

This commit is contained in:
Paul Gauthier 2025-03-05 16:59:41 -08:00 committed by Paul Gauthier (aider)
parent bcc8b1917a
commit ea49cdeb17

View file

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