Skip to content

Commit ea49cde

Browse files
committed
feat: Add google-cloud-aiplatform dependency to Dockerfile
1 parent bcc8b19 commit ea49cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ COPY . /tmp/aider
6464

6565
# Install dependencies as root
6666
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 \
67+
/venv/bin/python -m pip install --no-cache-dir /tmp/aider[playwright] boto3 google-cloud-aiplatform \
6868
--extra-index-url https://download.pytorch.org/whl/cpu && \
6969
rm -rf /tmp/aider
7070

0 commit comments

Comments
 (0)