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 a80c651 commit 3873ccdCopy full SHA for 3873ccd
example-apps/chatbot-rag-app/docker-compose.yml
@@ -9,9 +9,6 @@ services:
9
restart: 'no' # no need to re-ingest on successive runs
10
env_file:
11
- .env
12
- # Add settings that allow `docker compose run` to use tty and accept Ctrl+C
13
- tty: true
14
- stdin_open: true
15
command: flask create-index
16
volumes:
17
# VertexAI uses a file for GOOGLE_APPLICATION_CREDENTIALS, not an API key
@@ -29,9 +26,6 @@ services:
29
26
context: .
30
27
31
28
32
33
34
35
36
37
- ${HOME}/.config/gcloud:/root/.config/gcloud
0 commit comments