Skip to content

Commit

Permalink
doc: Add cache volume mount to usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
didmar committed Dec 25, 2023
1 parent fbc1452 commit 474f6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install [Docker](https://docs.docker.com/engine/install/), then run:

```bash
docker build -t didmar/whisper-api-server .
docker run -d -p 127.0.0.1:8000:8000 didmar/whisper-api-server --workers 1
docker run -d -p 127.0.0.1:8000:8000 -v .cache:/root/.cache:rw didmar/whisper-api-server --workers 1
# Customize number of workers is needs to handle multiple requests in parallel
```

Expand Down

0 comments on commit 474f6d3

Please sign in to comment.