

chore: update docker tags
@fcea6d18b40eef29a1920e76975d329fc55c60ef
--- README.md
+++ README.md
... | ... | @@ -20,9 +20,9 @@ |
20 | 20 |
## Quick Start |
21 | 21 |
Using Docker |
22 | 22 |
```bash |
23 |
-docker run --gpus=all --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:cuda |
|
23 |
+docker run --gpus=all --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:0.1-cuda |
|
24 | 24 |
# or |
25 |
-docker run --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:cpu |
|
25 |
+docker run --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:0.1-cpu |
|
26 | 26 |
``` |
27 | 27 |
Using Docker Compose |
28 | 28 |
```bash |
--- compose.yaml
+++ compose.yaml
... | ... | @@ -1,15 +1,13 @@ |
1 | 1 |
# NOTE: arm images haven't been tested |
2 | 2 |
services: |
3 | 3 |
faster-whisper-server-cuda: |
4 |
- image: fedirz/faster-whisper-server:cuda |
|
4 |
+ image: fedirz/faster-whisper-server:cuda-0.1 |
|
5 | 5 |
build: |
6 | 6 |
dockerfile: Dockerfile.cuda |
7 | 7 |
context: . |
8 | 8 |
platforms: |
9 | 9 |
- linux/amd64 |
10 | 10 |
- linux/arm64 |
11 |
- tags: |
|
12 |
- - fedirz/faster-whisper-server:cuda |
|
13 | 11 |
volumes: |
14 | 12 |
- ~/.cache/huggingface:/root/.cache/huggingface |
15 | 13 |
restart: unless-stopped |
... | ... | @@ -21,15 +19,13 @@ |
21 | 19 |
devices: |
22 | 20 |
- capabilities: ["gpu"] |
23 | 21 |
faster-whisper-server-cpu: |
24 |
- image: fedirz/faster-whisper-server:cpu |
|
22 |
+ image: fedirz/faster-whisper-server:cpu-0.1 |
|
25 | 23 |
build: |
26 | 24 |
dockerfile: Dockerfile.cpu |
27 | 25 |
context: . |
28 | 26 |
platforms: |
29 | 27 |
- linux/amd64 |
30 | 28 |
- linux/arm64 |
31 |
- tags: |
|
32 |
- - fedirz/faster-whisper-server:cpu |
|
33 | 29 |
volumes: |
34 | 30 |
- ~/.cache/huggingface:/root/.cache/huggingface |
35 | 31 |
restart: unless-stopped |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?