mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 02:31:02 +02:00
Tweaked docker commands
This commit is contained in:
parent
a0c21cc950
commit
0a6090edfd
1 changed files with 5 additions and 2 deletions
|
|
@ -380,10 +380,13 @@ If you want to try different RAG queries, modify the `query` in the [test script
|
||||||
|
|
||||||
### Shutting Down
|
### Shutting Down
|
||||||
|
|
||||||
When shutting down the pipeline, it's best to shut down all Docker containers and volumes.
|
When shutting down the pipeline, it's best to shut down all Docker containers and volumes. Run the `docker compose down` command that corresponds to your model deployment:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose -f docker-compose-<azure/ollama/claude/vertexai>.yaml down --volumes
|
docker-compose -f docker-compose-azure.yaml down --volumes
|
||||||
|
docker-compose -f docker-compose-claude.yaml down --volumes
|
||||||
|
docker-compose -f docker-compose-ollama.yaml down --volumes
|
||||||
|
docker-compose -f docker-compose-vertexai.yaml down --volumes
|
||||||
```
|
```
|
||||||
|
|
||||||
To confirm all Docker containers have been shut down, check that the following list is empty:
|
To confirm all Docker containers have been shut down, check that the following list is empty:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue