

fix: docker compose image name
@1a5c6f0ce02d300a02357110f7b19c113e38f9db
--- compose.yaml
+++ compose.yaml
... | ... | @@ -1,7 +1,7 @@ |
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-0.1 |
|
4 |
+ image: fedirz/faster-whisper-server:0.1-cuda |
|
5 | 5 |
build: |
6 | 6 |
dockerfile: Dockerfile.cuda |
7 | 7 |
context: . |
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 |
devices: |
20 | 20 |
- capabilities: ["gpu"] |
21 | 21 |
faster-whisper-server-cpu: |
22 |
- image: fedirz/faster-whisper-server:cpu-0.1 |
|
22 |
+ image: fedirz/faster-whisper-server:0.1-cpu |
|
23 | 23 |
build: |
24 | 24 |
dockerfile: Dockerfile.cpu |
25 | 25 |
context: . |
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?