Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 22, 2024
1 parent 6a59e5e commit 79b47ba
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

Public docker images

- **whisper-base**:
- **whisper-base**

- Docker image based on rocker/r2u:22.04
- Containing software to perform transcriptions based on audio.whisper

```
docker pull ghcr.io/bnosac/whisper-base:latest
docker pull ghcr.io/bnosac/whisper-base
```

- **whisper-base-cuda-11-8**

- Docker image based on ghcr.io/bnosac/whisper-base:latest
- Adding CUDA 11.8

```
docker pull ghcr.io/bnosac/whisper-base-cuda-11-8
```

0 comments on commit 79b47ba

Please sign in to comment.