Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ The service can be accessed through either the API endpoints or the Gradio web i
# * Switch to stable branch if any issues *
git checkout v0.0.5post1-stable

cd docker/gpu # OR
# cd docker/cpu # Run this or the above
docker compose up --build
docker compose up --build # for GPU
#docker compose -f docker-compose.cpu.yml up --build # for CPU

```

Once started:
Expand Down