We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc8b19 commit ea49cdeCopy full SHA for ea49cde
docker/Dockerfile
@@ -64,7 +64,7 @@ COPY . /tmp/aider
64
65
# Install dependencies as root
66
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
67
- /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 \
68
--extra-index-url https://download.pytorch.org/whl/cpu && \
69
rm -rf /tmp/aider
70
0 commit comments