readme
This commit is contained in:
parent
51538c1537
commit
9bad6a80f3
1 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ Set up your secrets:
|
|||
|
||||
Populate the values in .env
|
||||
|
||||
Requirements:
|
||||
|
||||
Docker or podman with compose installed.
|
||||
|
||||
Run OpenRAG:
|
||||
|
||||
docker compose build
|
||||
|
|
@ -19,3 +23,7 @@ Run OpenRAG:
|
|||
CPU only:
|
||||
|
||||
docker compose -f docker-compose-cpu.yml up
|
||||
|
||||
If you need to reset state:
|
||||
|
||||
docker compose up --build --force-recreate --remove-orphans
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue