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 1c98088 commit 069ddd2Copy full SHA for 069ddd2
example-apps/chatbot-rag-app/Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
12
# grpcio, a dependency of vertexai.
13
linux-headers g++ \
14
# shapely, a dependency of vertexai.
15
- geos \
+ geos geos-dev \
16
# tiktoken, used in index_data.py for encoding.
17
rust cargo
18
0 commit comments