Skip to content

Commit

Permalink
README: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Jul 27, 2024
1 parent 8fa027b commit 7906954
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Create the following `compose.yaml` file:
```yaml
services:
whisperAPI:
# in production: please specify a current release tag
image: ghcr.io/mayniklas/whisper_api:latest
ports:
- "3001:3001"
Expand Down Expand Up @@ -90,7 +89,7 @@ docker compose up -d
You can also use `docker` directly:

```bash
docker run -d -p 3001:3001 --gpus all ghcr.io/mayniklas/whisper_api:main
docker run -d -p 3001:3001 --gpus all ghcr.io/mayniklas/whisper_api:latest
```

### Linux
Expand Down

0 comments on commit 7906954

Please sign in to comment.